Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / OnMouseUp Method
Event arguments


In This Topic
    OnMouseUp Method (ElementControl)
    In This Topic
    Raises the MouseUp event when the pointer button is released while the cursor is over the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseUp( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim e As MouseEventArgs
     
    instance.OnMouseUp(e)
    protected override void OnMouseUp( 
       MouseEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also