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