Skip to main content

DiagramCustomCursorEventArgs(DiagramControl, Point, DiagramHitInfo, Cursor) Constructor

Initializes a new instance of the DiagramCustomCursorEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramCustomCursorEventArgs(
    DiagramControl source,
    Point diagramPoint,
    DiagramHitInfo hitInfo,
    Cursor cursor
)

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

diagramPoint Point

A Point value that is the mouse pointer position.

hitInfo DevExpress.Xpf.Diagram.DiagramHitInfo

A DiagramHitInfo object containing information about the object located under the mouse poiner.

cursor Cursor

The Cursor object.

See Also