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.
Types of events that can be raised for a MouseAction.
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 MouseActionEvent
public enum MouseActionEvent
public enum class MouseActionEvent
type MouseActionEvent
public enum MouseActionEvent
Members
| Member name | Description | |
|---|---|---|
| Activate | The MouseAction has been activated. | |
| Cancel | The MouseAction should cancel. | |
| Click | A Click event has occurred. | |
| Complete | The MouseAction should complete. | |
| ContextMenuRequested | The context menu has been requested. | |
| Continue | The MouseAction should continue. | |
| DoubleClick | A DoubleClick event has occurred. | |
| GotFocus | The DiagramClientView has received the focus. | |
| LostFocus | The DiagramClientView has lost the focus. | |
| MouseDown | A mouse button has been pressed. | |
| MouseEnter | The mouse cursor has entered a shape. | |
| MouseHover | The mouse cursor is hovering over a shape. | |
| MouseLeave | The mouse cursor has left a shape. | |
| MouseMove | The mouse cursor has moved. | |
| MouseUp | A mouse button has been released. | |
| MouseWheel | The mouse wheel has rotated. | |
| Scrolled | The DiagramClientView has scrolled. |