C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / ChildRemoved Event


ChildRemoved Event (Ellipse)
Syntax
'Declaration
 
Public Event ChildRemoved As EventHandler(Of ElementEventArgs)
 
'Usage
 
Dim instance As Ellipse
Dim handler As EventHandler(Of ElementEventArgs)
 
AddHandler instance.ChildRemoved, handler
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.

PropertyDescription
 
See Also