FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / OnDoubleClick Method
Event arguments


In This Topic
OnDoubleClick Method (CalloutArrowShape)
In This Topic
Raises the FarPoint.Win.ElementWindowless.DoubleClick event when the use double-clicks on the control.
Syntax
'Declaration
 
Protected Overridable Sub OnDoubleClick( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim e As EventArgs
 
instance.OnDoubleClick(e)

Parameters

e
Event arguments
See Also