HoveringState Class

Definition

The MouseAction state that indicates that the MouseAction is active and waiting for events.

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

Constructors

HoveringState()

Initializes a new instance of the HoveringState class.

Methods

Next(MouseAction)

Returns the next MouseAction state. Valid next states are: (1) DragPendingState, if the current MouseAction event is MouseDown; (2) ActionCanceledState, if the current MouseAction event is Cancel; (3) ActionCompletedState, if the current MouseAction event is Complete; (4) this state, for all other events.

Applies to