Expand Minimize
This topic has not yet been rated - Rate this topic

Diagram.OnViewMouseHover Method

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

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public virtual void OnViewMouseHover(
	DiagramPointEventArgs pointArgs
)

Parameters

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

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.