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

MVCxDocumentViewerClientSideEvents Class

Provides additional client-side events to an MVCxClientDocumentViewer.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class MVCxDocumentViewerClientSideEvents :
    DocumentViewerClientSideEvents

The following members return MVCxDocumentViewerClientSideEvents objects:

Remarks

The properties of the MVCxDocumentViewerClientSideEvents class correspond to the client-side events available for an MVCxClientDocumentViewer 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 MVCxDocumentViewerClientSideEvents class is automatically created when initializing a server-side ASP.NET Document Viewer.

Implements

See Also