ActionCompletedState::Next Method (MouseAction^)
Visual Studio 2015
Returns the next MouseAction state. The only valid next state is the InactiveState.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- mouseAction
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::MouseAction^
The MouseAction containing information to determine the next state. The information includes: (1) the current MouseAction event, and (2) the current mouse position.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::MouseActionState^
Show: