DropDownOpened Event
Occurs when the value of the IsDropDownOpen property has changed from false to true and the drop-down is open.
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>