Diagram::OnViewMouseLeave Method (DiagramPointEventArgs^)

 

Lets derived classes perform an action when the mouse pointer leaves the diagram client view.

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

public:
virtual void OnViewMouseLeave(
	DiagramPointEventArgs^ pointArgs
)

Parameters

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

Event data. For a list of arguments, see DiagramPointEventArgs.

Return to top
Show: