ActivityPreviewDesigner.OnMouseDoubleClick(MouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.