ActivityDesigner.OnMouseDoubleClick(MouseEventArgs) Method

Definition

Occurs when the mouse button is clicked multiple times on the designer.

protected:
 virtual void OnMouseDoubleClick(System::Windows::Forms::MouseEventArgs ^ e);
protected virtual void OnMouseDoubleClick (System.Windows.Forms.MouseEventArgs e);
abstract member OnMouseDoubleClick : System.Windows.Forms.MouseEventArgs -> unit
override this.OnMouseDoubleClick : System.Windows.Forms.MouseEventArgs -> unit
Protected Overridable Sub OnMouseDoubleClick (e As MouseEventArgs)

Parameters

e
MouseEventArgs

A MouseEventArgs that contains the event data.

Remarks

OnMouseDoubleClick occurs when the mouse button is clicked twice in succession above a designer.

Applies to