C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / ChildrenReordered Event


In This Topic
ChildrenReordered Event (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Event ChildrenReordered As EventHandler
 
'Usage
 
Dim instance As C1RadialGauge
Dim handler As EventHandler
 
AddHandler instance.ChildrenReordered, handler
See Also