C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / IsDropDownOpenChanged Property

In This Topic
IsDropDownOpenChanged Property (C1ComboBox<T>)
In This Topic
This callback is called when the drop-down is opened or closed.
Syntax
'Declaration
 
Public Property IsDropDownOpenChanged As EventCallback(Of Boolean)
 
See Also