MouseAction::OnHoveringEnded Method (MouseActionEventArgs^)
Visual Studio 2015
Alerts listeners that the mouse is no longer 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 ends when the MouseAction receives a MouseDown, Cancel, or Complete event.
Show: