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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Enumeration ActionRequest
public enum ActionRequest
public enum class ActionRequest
type ActionRequest
public enum ActionRequest
Members
Member name | Description | |
---|---|---|
CompleteAction | Request to complete the mouse action successfully; User is done with the mouse action. | |
CancelAction | Request to cancel the mouse action altogether. | |
ContinueAction | Request to continue with the mouse action. |