aspnet-devexpress-dot-web-a50c193b.md
Provides data for the control’s CustomDataCallback event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CustomDataCallbackEventArgs :
CallbackEventArgsBase
Public Class CustomDataCallbackEventArgs
Inherits CallbackEventArgsBase
CustomDataCallbackEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Dashboard | ASPxDashboard.CustomDataCallback |
| ASP.NET Web Forms Controls | ASPxHtmlEditor.CustomDataCallback |
Objects of the CustomDataCallbackEventArgs type are used as arguments for the control’s CustomDataCallback event, generated on the server side.
CustomDataCallbackEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs CallbackEventArgsBase CustomDataCallbackEventArgs
See Also