ElementHost.DoubleClick Event

Definition

Occurs when the control is double-clicked.

public:
 event EventHandler ^ DoubleClick;
[System.ComponentModel.Browsable(false)]
public event EventHandler DoubleClick;
[<System.ComponentModel.Browsable(false)>]
member this.DoubleClick : EventHandler 
Public Custom Event DoubleClick As EventHandler 

Event Type

Attributes

Remarks

For more information about the DoubleClick event, see Control.DoubleClick.

Applies to

See also