MouseAction.OnMouseEnter Method

Alerts listeners that the mouse has moved over a shape in the diagram.

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

Syntax

'Declaration
Protected Overridable Sub OnMouseEnter ( _
    e As DiagramPointEventArgs _
)
protected virtual void OnMouseEnter(
    DiagramPointEventArgs e
)
protected:
virtual void OnMouseEnter(
    DiagramPointEventArgs^ e
)
abstract OnMouseEnter : 
        e:DiagramPointEventArgs -> unit  
override OnMouseEnter : 
        e:DiagramPointEventArgs -> unit
protected function OnMouseEnter(
    e : DiagramPointEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace