WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstSegmentCreatedEventArgs

    Show / Hide Table of Contents

    Class SunburstSegmentCreatedEventArgs

    Class implementation for sunburst segment created event arguments.

    Inheritance
    System.Object
    System.EventArgs
    SunburstSegmentCreatedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.WPF.dll
    Syntax
    public class SunburstSegmentCreatedEventArgs : EventArgs

    Constructors

    SunburstSegmentCreatedEventArgs()

    Declaration
    public SunburstSegmentCreatedEventArgs()

    Properties

    Segment

    Gets the segment.

    Declaration
    public SunburstSegment Segment { get; }
    Property Value
    Type Description
    SunburstSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved