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)
Syntax
'Declaration
Public Enumeration ActionRequest
public enum ActionRequest
public enum class ActionRequest
type ActionRequest
public enum ActionRequest
Members
| Member name | Description | |
|---|---|---|
| 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. |