CallbackEventArgsBase Class
Provides data for events which concern callback processing.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The CallbackEventArgsBase serves as a base for classes that are used as arguments for server Callback event of web controls.
CallbackEventArgsBase objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
See Also