Spread Windows Forms 12.0 Product Documentation
OnDoubleClick Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : OnDoubleClick Method
Event arguments
Raises the DoubleClick event when the use double-clicks on the control.
Syntax
'Declaration
 
Protected Overridable Sub OnDoubleClick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementWindowless
Dim e As EventArgs
 
instance.OnDoubleClick(e)
protected virtual void OnDoubleClick( 
   EventArgs e
)

Parameters

e
Event arguments
See Also

Reference

ElementWindowless Class
ElementWindowless Members