Back to Devexpress

ASPxVerticalGrid.CustomCallback Event

aspnet-devexpress-dot-web-dot-aspxverticalgrid-449a35df.md

latest2.3 KB
Original Source

ASPxVerticalGrid.CustomCallback Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxVerticalGridCustomCallbackEventHandler CustomCallback
vb
Public Event CustomCallback As ASPxVerticalGridCustomCallbackEventHandler

Event Data

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

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

Remarks

The CustomCallback event allows any desired server-side processing to be performed in response to a call to the client ASPxClientVerticalGrid.PerformCallback method.

Use the ASPxGridCustomCallbackEventArgs.Parameters property to get the information passed from the client side.

Note

Don’t export the ASPxVerticalGrid’s content during callbacks, because ASP.NET does not support sending binary content during a callback.

See Also

Callbacks

Processing Custom Callbacks

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace