OnDropDownOpened Method
Raises the DropDownOpened event.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnDropDownOpened(
EventArgs e
)
Protected Overridable Sub OnDropDownOpened (
e As EventArgs
)
abstract OnDropDownOpened :
e : EventArgs -> unit
override OnDropDownOpened :
e : EventArgs -> unit