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