Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / DropDownOpenChanging Event


In This Topic
    DropDownOpenChanging Event
    In This Topic
    Event raised before the IsDropDownOpenChanging property changes.
    Syntax
    'Declaration
     
    
    Public Event DropDownOpenChanging As EventHandler(Of DropDownOpenChangingEventArgs)
    'Usage
     
    
    Dim instance As C1DropDown
    Dim handler As EventHandler(Of DropDownOpenChangingEventArgs)
     
    AddHandler instance.DropDownOpenChanging, handler
    public event EventHandler<DropDownOpenChangingEventArgs> DropDownOpenChanging
    See Also