MouseAction::OnMouseHover Method (DiagramPointEventArgs^)

 

Alerts listeners that the mouse is pointing to an area or an element in 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 OnMouseHover(
	DiagramPointEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPointEventArgs^

The arguments for an event that occurs over a specific point on the diagram.

Return to top
Show: