MouseAction::Complete Method (DiagramClientView^)
Visual Studio 2015
Completes the mouse action.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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.
Show: