Interface ISunburstEventDependencyService
Represents the ISunburstEventDependencyService. This is used for adding interface to trigger the event.
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public interface ISunburstEventDependencyService
Methods
SubscribeSelectionChanged(SfSunburstChart, Object)
This event is used to subscribe selection change.
Declaration
void SubscribeSelectionChanged(SfSunburstChart sunburst, object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
SfSunburstChart | sunburst | To set sunburst. |
System.Object | nativeObject | To set native object. |
UnSubscribeSelectionChanged(SfSunburstChart, Object)
This event is used to unsubscribe selection change.
Declaration
void UnSubscribeSelectionChanged(SfSunburstChart sunburst, object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
SfSunburstChart | sunburst | To set sunburst. |
System.Object | nativeObject | To set native object. |