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


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