ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnMouseUp Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseUp Method (C1Sizer)
    In This Topic
    Raises the System.Windows.Forms.Control.MouseUp event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnMouseUp( _
       ByVal e As System.Windows.Forms.MouseEventArgs _
    ) 
    protected override void OnMouseUp( 
       System.Windows.Forms.MouseEventArgs e
    )

    Parameters

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