Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / OnColorChanged Method
Event data


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

    Parameters

    e
    Event data
    See Also