Skip to main content
All docs
V23.2

QueryCursorEventArgs(Cursor, QueryCursorAction) Constructor

Initializes a new instance of the QueryCursorEventArgs class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public QueryCursorEventArgs(
    Cursor cursor,
    QueryCursorAction action
)

Parameters

Name Type
cursor Cursor
action QueryCursorAction
See Also