InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / OnMouseUp Method
An System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseUp Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseUp( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseUp( 
       MouseEventArgs e
    )

    Parameters

    e
    An System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also