Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1ToolStripColorPicker Class / OnColorChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnColorChanged Method (C1ToolStripColorPicker)
    In This Topic
    Raises the ColorChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnColorChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnColorChanged( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also