ActionCompletedState Class

Definition

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
ActionCompletedState

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.

Applies to