Spread WinForms 15
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)

Parameters

sender
e
See Also