Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1AutoComplete Class / BindingContextChanged Event


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