Skip to main content
Tab

CallbackEventArgsBase Class

Provides data for events which concern callback processing.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CallbackEventArgsBase :
    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.

See Also