MouseAction::OnHoveringBegun Method (MouseActionEventArgs^)

 

Alerts listeners that the mouse is 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 OnHoveringBegun(
	MouseActionEventArgs^ e
)

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.

Return to top
Show: