DraggingState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |