[]
        
(Showing Draft Content)

FarPoint.Win.ElementControl.OnDoubleClick

OnDoubleClick Method

OnDoubleClick(EventArgs)

Raises the DoubleClick event when the user double clicks with the cursor over the control.

Declaration
protected override void OnDoubleClick(EventArgs e)
Protected Overrides Sub OnDoubleClick(e As EventArgs)
Parameters
Type Name Description
EventArgs e

Event arguments

Overrides