Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / OnGotFocus Method

In This Topic
    OnGotFocus Method (C1DateEdit)
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also