AutoCompleteBox.

DropDownClosing Event

Summary

Occurs when the IsDropDownOpen property is changing from true to false.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox
Event Type
EventHandler<CancelEventArgs>

Syntax

public event EventHandler<CancelEventArgs> DropDownClosing