Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / BindingContextChanged Event


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