OnDoubleClick Method (ElementControl)
In This Topic
Raises the DoubleClick event when the user double clicks with the cursor over the control.
Syntax
'Declaration
Protected Overrides Sub OnDoubleClick( _
ByVal As EventArgs _
)
'Usage
Dim instance As ElementControl
Dim e As EventArgs
instance.OnDoubleClick(e)
protected override void OnDoubleClick(
EventArgs
)
Parameters
- e
- Event arguments
See Also