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
Public Event DropDownOpening As EventHandler(Of EventArgs)
member DropDownOpening : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsRemarks
This is useful so you can fill the items of the drop down only when they are needed.
See Also