C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / ChildrenReordered Event


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