Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / CheckListBehavior Class / BindingContextChanged Event


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