Skip to main content
A newer version of this page is available. .
Tab

CallbackEventArgs Class

Provides data for events which concern callback processing.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CallbackEventArgs :
    CallbackEventArgsBase

Remarks

Objects of the CallbackEventArgs type are used as arguments for the ASPxCallback.Callback event generated on the server side.

CallbackEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

See Also