ShapeElement.OnMouseEnter(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.
Default implementation of ShapeElement event for OnMouseEnter.
public:
virtual void OnMouseEnter(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ e);
public virtual void OnMouseEnter (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs e);
abstract member OnMouseEnter : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnMouseEnter : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Public Overridable Sub OnMouseEnter (e As DiagramPointEventArgs)
Parameters
A DiagramPointEventArgs that contains event data.