ActivityPreviewDesigner.OnMouseDoubleClick(MouseEventArgs) Method

Definition

Notifies the ActivityPreviewDesigner when the user double-clicks on the surface of the activity designer.

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

Parameters

e
MouseEventArgs

The MouseEventArgs that contains the event data.

Remarks

When the user double-clicks in the preview window OnMouseDoubleClick enables edit mode on the ActivityPreviewDesigner.

Applies to