InvokeEditorAction.OnDoubleClick(DiagramPointEventArgs) 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.
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
The DiagramPointEventArgs that contains event data.