Click or drag to resize

DropDownCallbackOnDropDownOpening Method

Raises the DropDownOpening event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnDropDownOpening(
	DropDown widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsDropDown
Widget to raise the event
e
Type: SystemEventArgs
Event arguments

Implements

DropDownICallbackOnDropDownOpening(DropDown, EventArgs)
See Also