CallbackStateLoadEventHandler Delegate
Represents a method that will handle the WebChartControl.CallbackStateLoad event.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
public delegate void CallbackStateLoadEventHandler(
object sender,
CallbackStateLoadEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the WebChartControl which raised the event. |
e | CallbackStateLoadEventArgs | A CallbackStateLoadEventArgs object which contains event data. |
See Also