| DropDownICallbackOnDropDownOpening Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid OnDropDownOpening(
	DropDown widget,
	EventArgs e
)
Sub OnDropDownOpening ( 
	widget As DropDown,
	e As EventArgs
)
abstract OnDropDownOpening : 
        widget : DropDown * 
        e : EventArgs -> unit 
Parameters
- widget
- Type: Eto.FormsDropDown
 Widget to raise the event
- e
- Type: SystemEventArgs
 Event arguments
 See Also
See Also