Skip to main content
A newer version of this page is available. .

DocumentViewerClientSideEvents Class

Provides additional client-side events to an ASPxClientDocumentViewer.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class DocumentViewerClientSideEvents :
    CallbackClientSideEventsBase

The following members return DocumentViewerClientSideEvents objects:

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.

Implements

See Also