MouseAction::Complete Method (DiagramClientView^)

 

Completes the mouse action.

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

public:
void Complete(
	DiagramClientView^ diagramClientView
)

Parameters

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The client view for the diagram.

Completing a MouseAction forces the MouseAction to advance to deactivation. Minimally, OnMouseActionCompleted will be called prior to deactivation.

Return to top
Show: