MouseAction::OnHoveringEnded Method (MouseActionEventArgs^)

 

Alerts listeners that the mouse is no longer hovering over the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnHoveringEnded(
	MouseActionEventArgs^ e
)

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.

Return to top
Show: