Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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. |