Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / OnClick Method
System.EventArgs that contains the event data.

In This Topic
    OnClick Method (DropDownEditorViewBase)
    In This Topic
    Called by the host control when the user clicks this C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnClick( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnClick( 
       EventArgs e
    )

    Parameters

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