Back to Devexpress

CallbackStateEventArgs Class

aspnet-devexpress-dot-xtracharts-dot-web-33a7c811.md

latest2.0 KB
Original Source

CallbackStateEventArgs Class

Represents the base class for the CallbackStateLoadEventArgs and CallbackStateSaveEventArgs classes.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public class CallbackStateEventArgs :
    EventArgs
vb
Public Class CallbackStateEventArgs
    Inherits EventArgs

Remarks

The CallbackStateEventArgs class introduces the CallbackStateEventArgs.Chart property, which specifies the chart being processed in the event handler.

Note, that you don’t need to create and use instances of the CallbackStateEventArgs class. Instead, CallbackStateLoadEventArgs and CallbackStateSaveEventArgs should be used. These objects are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs CallbackStateEventArgs CallbackStateLoadEventArgs

CallbackStateSaveEventArgs

See Also

CallbackStateEventArgs Members

DevExpress.XtraCharts.Web Namespace