Skip to main content
A newer version of this page is available. .
All docs
V20.2

MapControl.QueryCursor Event

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public event QueryCursorEventHandler QueryCursor

Event Data

The QueryCursor event's data class is QueryCursorEventArgs. The following properties provide information specific to this event:

Property Description
Action
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Cursor
See Also