DescendantAdded Event (ChartZoomPanBehavior)
Syntax
public event EventHandler<ElementEventArgs> DescendantAdded
Event Data
The event handler receives an argument of type Xamarin.Forms.ElementEventArgs containing data related to this event. The following ElementEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Element | Gets the element relevant to the event. |
AssemblyVersion
Syncfusion.SfChart.XForms: 17.3451.0.26
See Also