ActionRequest Enumeration

 

The types of actions that can be taken at the end of a MouseAction event.

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

public enum class ActionRequest

Member nameDescription
CancelAction

Request to cancel the mouse action altogether.

CompleteAction

Request to complete the mouse action successfully; User is done with the mouse action.

ContinueAction

Request to continue with the mouse action.

Return to top
Show: