MouseAction::OnHoveringBegun Method (MouseActionEventArgs^)
Visual Studio 2015
Alerts listeners that the mouse is hovering over the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::MouseActionEventArgs^
The arguments for a mouse action.
The hovering state begins when the Activate event is received, or when a drag has been completed or canceled and the MouseAction is directed to continue, or after a click action (i.e., a no-drag MouseDown + MouseUp combination) and the MouseAction is directed to continue.
Show: