AutoCompleteBoxDropDownClosing Event

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

Definition

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

Value

EventHandlerCancelEventArgs

See Also