FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class / OnDoubleClick Method
Event arguments


In This Topic
OnDoubleClick Method (CanvasBase)
In This Topic
Raises the DoubleClick event when the user double clicks with the cursor over the control.
Syntax
'Declaration
 
Protected Overridable Sub OnDoubleClick( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As CanvasBase
Dim e As EventArgs
 
instance.OnDoubleClick(e)

Parameters

e
Event arguments
See Also