InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputFlowPanel Class / OnMouseUp Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseUp Method (InputFlowPanel)
    In This Topic
    Raises the MouseUp event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseUp( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseUp( 
       MouseEventArgs e
    )

    Parameters

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