Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / OnGotFocus Method
An System.EventArgs that contains event data.


In This Topic
    OnGotFocus Method (FpColorPicker)
    In This Topic
    Raises the GotFocus event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim e As EventArgs
     
    instance.OnGotFocus(e)
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

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