windowsforms-devexpress-dot-xtracharts-d4f67f8c.md
Provides data for the QueryCursor event.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.UI.dll
NuGet Package : DevExpress.Win.Charts
public class QueryCursorEventArgs :
EventArgs,
IQueryCursorEventArgs
Public Class QueryCursorEventArgs
Inherits EventArgs
Implements IQueryCursorEventArgs
QueryCursorEventArgs is the data class for the following events:
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.
Object EventArgs QueryCursorEventArgs
See Also