Class SelectionChangedEventArgs
Represents the SelectionChangedEventArgs.This event will be fired when selection changed and to get the selected segment properties.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
IsSelected
Gets or sets a value indicating whether the segment is selected or not for sunburst chart.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
SelectedSegment
Gets or sets the selected segment for the sunburst chart.
Declaration
public SunburstSegment SelectedSegment { get; set; }
Property Value
Type |
---|
SunburstSegment |