ASPxClientBinaryImage.EndCallback Event
Occurs after a callback’s server-side processing has been completed.
Declaration
EndCallback: ASPxClientEvent<ASPxClientEndCallbackEventHandler<ASPxClientBinaryImage>>
Event Data
The EndCallback event's data class is ASPxClientEndCallbackEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
command | Gets a command name that identifies which client action forced a callback to occur. |
Remarks
The ASPxClientBinaryImage.BeginCallback event together with the EndCallback event can be used to perform specific client-side actions (for example, to display and hide an explanatory text) while a callback is being processed on the server side.
See Also