C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / BindingContextChanged Event


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