Skip to main content

QueryCursorEventArgs Class

Provides data for the QueryCursor event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public class QueryCursorEventArgs :
    EventArgs,
    IQueryCursorEventArgs

Remarks

The ChartControl.QueryCursor event occurs when there is a request to display the cursor.

The QueryCursorEventArgs class introduces the QueryCursorEventArgs.Cursor and QueryCursorEventArgs.CursorType properties, which allow you to provide custom cursors for your chart.

Note that QueryCursorEventArgs objects are automatically created, initialized and passed to ChartControl.QueryCursor event handlers.

Inheritance

Object
EventArgs
QueryCursorEventArgs
See Also