AutoCompleteBoxDropDownOpening Event

Occurs when the value of the IsDropDownOpen property is changing from false to true.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<CancelEventArgs> DropDownOpening

Value

EventHandlerCancelEventArgs

See Also