InvokeEditorAction::OnDoubleClick Method (DiagramPointEventArgs^)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnDoubleClick(
	DiagramPointEventArgs^ e
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPointEventArgs^

The DiagramPointEventArgs that contains event data.

Return to top
Show: