ActionCanceledState Class

Definition

The MouseAction state that indicates that the MouseAction has been canceled. This is not to be confused with the DragCanceledState. This ActionCanceledState indicates that the entire MouseAction has been canceled; not just the drag itself.

public ref class ActionCanceledState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class ActionCanceledState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type ActionCanceledState = class
    inherit MouseActionState
Public Class ActionCanceledState
Inherits MouseActionState
Inheritance
ActionCanceledState

Constructors

ActionCanceledState()

Initializes a new instance of the ActionCanceledState class.

Methods

Next(MouseAction)

Returns the next MouseAction state. The only valid next state is the InactiveState.

Applies to