Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1ColorPicker Class / OnColorChanged Method
An System.EventArgs that contains the event data.

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

    Parameters

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