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

ASPxWebDocumentViewer.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxWebDocumentViewer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public WebDocumentViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
WebDocumentViewerClientSideEvents

A WebDocumentViewerClientSideEvents object, which allows assigning handlers to the client-side events available for the ASPxWebDocumentViewer.

Remarks

The ClientSideEvents property provides access to an object of the WebDocumentViewerClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxWebDocumentViewer on the client side. These properties provide the capability to handle events by assigning the JavaScript functions to the required client-side events of the ASPxWebDocumentViewer control.

See Also