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


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