DraggingState Class

Definition

The MouseAction state that indicates that the user is actively dragging with the mouse.

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

Constructors

DraggingState()

Initializes a new instance of the DraggingState class.

Methods

Next(MouseAction)

Returns the next MouseAction state. Valid next states are: (1) DragCompletedState, if the current MouseAction event is MouseUp or Complete; (2) DragCanceledState, if the current MouseAction event is Cancel; (3) this state, for all other events.

Applies to