Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / DoDoubleClick Method


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

    Parameters

    sender
    e
    See Also