LeaveShapeEventArgs Class

Definition

Contains event data related to the mouse cursor leaving a shape.

public ref class LeaveShapeEventArgs : Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs
public class LeaveShapeEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs
type LeaveShapeEventArgs = class
    inherit DiagramPointEventArgs
Public Class LeaveShapeEventArgs
Inherits DiagramPointEventArgs
Inheritance

Constructors

LeaveShapeEventArgs()

Initializes a new instance of the LeaveShapeEventArgs class.

LeaveShapeEventArgs(ShapeElement, DiagramPointEventArgs, DiagramClientView)

Initializes a new instance of the LeaveShapeEventArgs class.

Properties

DiagramClientView

Gets the DiagramClientView that the DiagramEventArgs originated from.

(Inherited from DiagramEventArgs)
DiagramHitTestInfo

Gets the hit-test information corresponding to the mouse position.

(Inherited from DiagramPointEventArgs)
Handled

Gets or sets a value indicating whether this event has been handled.

(Inherited from DiagramEventArgs)
HitDiagramItem

Gets the diagram item corresponding to the mouse position.

(Inherited from DiagramPointEventArgs)
MousePosition

Gets the mouse position in world units relative to the Diagram's top-left corner.

(Inherited from DiagramPointEventArgs)
Shape

Gets the shape from which the mouse left

Applies to