Back to Devexpress

ASPxVerticalGrid.AfterPerformCallback Event

aspnet-devexpress-dot-web-dot-aspxverticalgrid-cbd042ec.md

latest2.1 KB
Original Source

ASPxVerticalGrid.AfterPerformCallback Event

Fires after a callback or a postback initiated by the control has been processed on the server.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxVerticalGridAfterPerformCallbackEventHandler AfterPerformCallback
vb
Public Event AfterPerformCallback As ASPxVerticalGridAfterPerformCallbackEventHandler

Event Data

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

PropertyDescription
ArgsGets specific information (if any) passed from the client side. Inherited from ASPxGridAfterPerformCallbackEventArgs.
CallbackNameGets the callback name. Inherited from ASPxGridAfterPerformCallbackEventArgs.

Remarks

Handle the AfterPerformCallback event to perform actions after a callback or a postback initiated by the control has been processed on the server. Use the ASPxGridAfterPerformCallbackEventArgs.CallbackName property to identify the processed callback (e.g., ‘SORT’).

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace