In This Topic
Raises the
ColorChanged event.
Syntax
'Declaration
Protected Overridable Sub OnColorChanged( _
ByVal As EventArgs _
)
protected virtual void OnColorChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also