C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1BulletGraph Class / DescendantRemoved Event


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