C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / BindingContextChanged Event


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