ASPxClientVerticalGrid.BeginCallback Event
In This Article
Occurs when a callback for server-side processing is initiated.
#Declaration
TypeScript
BeginCallback: ASPxClientEvent<ASPxClientBeginCallbackEventHandler<ASPxClientVerticalGrid>>
#Event Data
The BeginCallback event's data class is ASPxClientBeginCallbackEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
command | Gets a command name that identifies which client action initiated a callback. |
#Remarks
The BeginCallback and ASPxClientVerticalGrid.EndCallback events can be used to perform specific client-side actions when a callback is being processed on a server.
See Also