ActionsPane.DoubleClick Event

Definition

Occurs when the actions pane is double-clicked.

public:
 event EventHandler ^ DoubleClick;
event EventHandler DoubleClick;
member this.DoubleClick : EventHandler 
Event DoubleClick As EventHandler 

Event Type

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.DoubleClick event. For more information about using this event, see System.Windows.Forms.Control.DoubleClick.

Applies to