Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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. |