Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / DoMouseUp Method


In This Topic
    DoMouseUp Method (PSObject)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overrides Sub DoMouseUp( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.DoMouseUp(sender, e)
    public override void DoMouseUp( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    e
    See Also