AutoCompleteBoxOnDropDownOpened Method

Raises the DropDownOpened event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnDropDownOpened(
	EventArgs e
)

Parameters

e  EventArgs
A EventArgs that contains the event data.

See Also