ClickedState Class

Definition

The MouseAction state that indicates that the user has pressed down and lifted up on the mouse button without moving far enough to invoke a drag.

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

Constructors

ClickedState()

Initializes a new instance of the ClickedState class.

Methods

Next(MouseAction)

Returns the next MouseAction state. Valid next states are: (1) HoveringState, if the current MouseAction event is Continue; (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