DropDownOpened Event
Occurs after the drop-down (popup) list of the ComboBox opens.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler DropDownOpened
Public Event DropDownOpened As EventHandler
member DropDownOpened : IEvent<EventHandler,
EventArgs>