Click or drag to resize

DropDownDropDownOpening Event

Occurs right before the drop down is opened.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> DropDownOpening

Value

Type: SystemEventHandlerEventArgs
Remarks
This is useful so you can fill the items of the drop down only when they are needed.
See Also