Back to Devexpress

QueryCursorEventArgs Class

windowsforms-devexpress-dot-xtracharts-d4f67f8c.md

latest1.9 KB
Original Source

QueryCursorEventArgs Class

Provides data for the QueryCursor event.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public class QueryCursorEventArgs :
    EventArgs,
    IQueryCursorEventArgs
vb
Public Class QueryCursorEventArgs
    Inherits EventArgs
    Implements IQueryCursorEventArgs

QueryCursorEventArgs is the data class for the following events:

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

QueryCursorEventArgs Members

DevExpress.XtraCharts Namespace