DocumentViewerClientSideEvents Class
Provides additional client-side events to an ASPxClientDocumentViewer.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
The properties of the DocumentViewerClientSideEvents class correspond to the client-side events available for an ASPxClientDocumentViewer control. Each of these properties translates a handling code (or the name of a JavaScript handle function) to the corresponding client-side event of the Document Viewer.
An instance of the DocumentViewerClientSideEvents class is automatically created when initializing a server-side ASPxDocumentViewer.
Inheritance
See Also