OnDoubleClick Method (PSObject)
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 As EventArgs _
)
'Usage
Dim instance As PSObject
Dim e As EventArgs
instance.OnDoubleClick(e)
protected virtual void OnDoubleClick(
EventArgs
)
Parameters
- e
- Event arguments
See Also