Share via


InvokeEditorAction.OnDoubleClick(DiagramPointEventArgs) Method

Definition

Double-click cancels this mouse action. Double-click should perform the standard default action rather than invoking the editor.

protected:
 override void OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ e);
protected override void OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs e);
override this.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Protected Overrides Sub OnDoubleClick (e As DiagramPointEventArgs)

Parameters

e
DiagramPointEventArgs

The DiagramPointEventArgs that contains event data.

Applies to