MouseAction::OnDoubleClick Method (DiagramPointEventArgs^)

 

Alerts listeners that the user has double-clicked the mouse.

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
)

Parameters

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

The arguments for an event that occurs over a specific point on the diagram.

Return to top
Show: