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


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