MouseAction::OnMouseEnter Method (DiagramPointEventArgs^)

 

Alerts listeners that the mouse has moved over a shape 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 OnMouseEnter(
	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: