MouseAction.Complete(DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes this MouseAction.
public:
void Complete(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public void Complete (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.Complete : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Public Sub Complete (diagramClientView As DiagramClientView)
Parameters
- diagramClientView
- DiagramClientView
The DiagramClientView for which this MouseAction should be completed.
Remarks
Completing a MouseAction forces the MouseAction to advance to deactivation. Minimally, OnMouseActionCompleted will be called prior to deactivation.