Skip to main content
A newer version of this page is available. .

DiagramCustomCursorEventArgs(DiagramControl, Point, DiagramHitInfo, Cursor) Constructor

Initializes a new instance of the DiagramCustomCursorEventArgs class.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, 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