OnDropDownOpened Method (C1DropDownEditorBase)
In This Topic
Raises the
DropDownOpened event.
Syntax
'Declaration
Protected Overridable Sub OnDropDownOpened( _
ByVal As EventArgs _
)
protected virtual void OnDropDownOpened(
EventArgs
)
Parameters
- e
See Also