Back to Devexpress

ASPxDataViewBase.CustomCallback Event

aspnet-devexpress-dot-web-dot-aspxdataviewbase-5752b63e.md

latest2.4 KB
Original Source

ASPxDataViewBase.CustomCallback Event

Fires when a round trip to the server has been initiated by a call to the client ASPxClientDataView.PerformCallback method.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event CallbackEventHandlerBase CustomCallback
vb
Public Event CustomCallback As CallbackEventHandlerBase

Event Data

The CustomCallback event's data class is CallbackEventArgsBase. The following properties provide information specific to this event:

PropertyDescription
ParameterGets a string that contains specific information (if any) passed from the client side.

Remarks

The CustomCallback event allows any desired server-side processing to be performed in response to a call to the client ASPxClientDataView.PerformCallback method and the control content being updated, as required.

Specific information passed from the client side can be obtained via the CallbackEventArgsBase.Parameter property.

Note that the necessary actions can be additionally performed on the client side before and after callback processing by using the ASPxClientDataView.BeginCallback and ASPxClientDataView.EndCallback client event.

See Also

Callbacks

PerformCallback(parameter)

BeginCallback

EndCallback

DataView

ASPxDataViewBase Class

ASPxDataViewBase Members

DevExpress.Web Namespace