Back to Devexpress

CustomCallbackEventArgs Class

aspnet-devexpress-dot-xtracharts-dot-web-d413e562.md

latest2.0 KB
Original Source

CustomCallbackEventArgs Class

Provides data for the WebChartControl.CustomCallback event.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

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

CustomCallbackEventArgs is the data class for the following events:

Remarks

The WebChartControl.CustomCallback event is raised when a round trip to the server has been initiated. This occurs when the client ASPxClientWebChartControl.PerformCallback method is called.

The CustomCallbackEventArgs class provides the CustomCallbackEventArgs.Parameter property. This property specifies a string that contains specific information passed from the client side.

Note

Note that performing a custom callback results in chart redrawing. That is why there is no Result property exposed by the CustomCallbackEventArgs class.

Inheritance

Object EventArgs CustomCallbackEventArgs

See Also

CustomCallbackEventArgs Members

DevExpress.XtraCharts.Web Namespace