AutoCompleteBox.

OnDropDownOpened(EventArgs) Method

Summary

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

Syntax

protected virtual void OnDropDownOpened(EventArgs e)

Parameters

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

Return Value

Type Description
void