DragPendingState.Next Method

Returns the next MouseAction state. Valid next states are: (1) DraggingState, if the user has moved the mouse far enough to invoke a drag; (2) ClickedState, if the user has lifted up on the mouse button without moving it far enough to invoke a drag; (3) DragCanceledState, if the current MouseAction state is Cancel; (4) this state, for all other events.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Overrides Function Next ( _
    mouseAction As MouseAction _
) As MouseActionState
public override MouseActionState Next(
    MouseAction mouseAction
)
public:
virtual MouseActionState^ Next(
    MouseAction^ mouseAction
) override
abstract Next : 
        mouseAction:MouseAction -> MouseActionState  
override Next : 
        mouseAction:MouseAction -> MouseActionState
public override function Next(
    mouseAction : MouseAction
) : MouseActionState

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState

.NET Framework Security

See Also

Reference

DragPendingState Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace