Skip to main content
All docs
V18.2

ASPxClientDocumentViewer Events

The client-side equivalent of the ASPxDocumentViewer control.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by ASPxClientDocumentViewer.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
PageLoad Occurs on the client side when a report page is loaded into this ASPxClientDocumentViewer instance.
ToolbarItemClick Occurs when an item within the Document Viewer’s report toolbar is clicked.
ToolbarItemValueChanged Occurs when the value of an item within the Document Viewer’s report toolbar is changed.
See Also