Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1DropDown Class / IsDropDownOpenChanged Property

In This Topic
    IsDropDownOpenChanged Property (C1DropDown)
    In This Topic
    This callback is called when the drop-down is opened or closed.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpenChanged As EventCallback(Of Boolean)
    public EventCallback<bool> IsDropDownOpenChanged {get; set;}
    See Also