AutoCompleteBox.

OnDropDownClosed(EventArgs) Method

Summary

Raises the DropDownClosed event.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected virtual void OnDropDownClosed(EventArgs e)

Parameters

Name Type Description
e EventArgs A EventArgs which contains the event data.

Return Value

Type Description
void