MouseAction::Click Method (DiagramPointEventArgs^)

 

Performs actions for derived classes when the mouse is clicked.

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

public:
void Click(
	DiagramPointEventArgs^ pointArgs
)

Parameters

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

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

Return to top
Show: