Kendo.Mvc.UI.Fluent.PDFViewerEventBuilder
Defines the fluent API for configuring the Kendo PDFViewer for ASP.NET MVC events.
Methods
Render(System.String)
Fires when a page is rendered
For additional information check the render event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the render event.
Open(System.String)
Fires when a PDF is opened in the viewer.
For additional information check the open event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the open event.
Error(System.String)
Fires when an error is encountered. By default, a dialog is shown with error message. The dialog will not be shown if the event is prevented.
For additional information check the error event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the error event.