ActionCompletedState Class
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.
The MouseAction state that indicates that the MouseAction has completed. This is not to be confused with the DragCompletedState. This ActionCompletedState indicates that the entire MouseAction has been completed; not just the drag itself.
public ref class ActionCompletedState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class ActionCompletedState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type ActionCompletedState = class
inherit MouseActionState
Public Class ActionCompletedState
Inherits MouseActionState
- Inheritance
Constructors
ActionCompletedState() |
Initializes a new instance of the ActionCompletedState class. |
Methods
Next(MouseAction) |
Returns the next MouseAction state. The only valid next state is the InactiveState. |