Diagram.OnViewMouseEnter(DiagramPointEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the mouse pointer enters the DiagramClientView.
public:
virtual void OnViewMouseEnter(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ pointArgs);
public virtual void OnViewMouseEnter (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs pointArgs);
abstract member OnViewMouseEnter : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnViewMouseEnter : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Public Overridable Sub OnViewMouseEnter (pointArgs As DiagramPointEventArgs)
Parameters
- pointArgs
- DiagramPointEventArgs
A DiagramPointEventArgs that contains event data.