OnShown Method (C1ColorPickerDropDownForm)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnShown( _
ByVal As EventArgs _
)
protected virtual void OnShown(
EventArgs
)
Parameters
- e
- A System.EventArgs that contains the event data.
See Also