Skip to main content

MVCxDocumentViewerClientSideEvents Class

Provides additional client-side events to an MVCxClientDocumentViewer.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also