CallbackStateLoadEventHandler Delegate
In This Article
Represents a method that will handle the WebChartControl.CallbackStateLoad event.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
#Declaration
public delegate void CallbackStateLoadEventHandler(
object sender,
CallbackStateLoadEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the Web |
e | Callback |
A Callback |
See Also