DropDownClosed Event
Occurs when the IsDropDownOpen property was changed from true to false and the drop-down is open.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler DropDownClosed
Public Event DropDownClosed As EventHandler
member DropDownClosed : IEvent<EventHandler,
EventArgs>