[]
        
(Showing Draft Content)

FarPoint.Win.ElementContainerControl.OnDoubleClick

OnDoubleClick Method

OnDoubleClick(EventArgs)

Occurs if the user double clicks 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