A newer version of this page is available.
Switch to the current version.
CallbackEventArgsBase Class
Provides data for events which concern callback processing.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class CallbackEventArgsBase :
EventArgs
Public Class CallbackEventArgsBase
Inherits EventArgs
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