ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / OnGotFocus Method
System.EventArgs that contains the event data.

In This Topic
    OnGotFocus Method (DropDownControlViewBase)
    In This Topic
    Called by the host control when this C1.Framework.Element receives the focus.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnGotFocus( 
       EventArgs e
    )

    Parameters

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