ShapeElement::OnMouseDown Method (DiagramMouseEventArgs^)

 

Called when the user presses a mouse key.

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

public:
virtual void OnMouseDown(
	DiagramMouseEventArgs^ e
)

Parameters

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

Details of the mouse position and other key states.

Return to top
Show: