WebDocumentViewerClientSideEventsBuilder Methods
Enables you to specify handlers for the Web Document Viewer‘s client-side events.| Name | Description |
|---|---|
| BeforeRender(String) | Specifies the JavaScript function that handles the client-side BeforeRender event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| CustomizeElements(String) | Specifies the JavaScript function that handles the client-side CustomizeElements event. |
| CustomizeExportOptions(String) | Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s CustomizeExportOptions client-side event. |
| CustomizeLocalization(String) | Specifies the JavaScript function that handles the client-side CustomizeLocalization event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| CustomizeMenuActions(String) | Specifies the JavaScript function that handles the client-side CustomizeMenuActions event. |
| CustomizeParameterEditors(String) | Specifies the JavaScript function that handles the client-side CustomizeParameterEditors event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| CustomizeParameterLookUpSource(String) | Specifies the JavaScript function that handles the client-side CustomizeParameterLookUpSource event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| DocumentReady(String) | Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer’s DocumentReady client-side event. |
| EditingFieldChanged(String) | Sets the name of the JavaScript function or the entire code that will handle the EditingFieldChanged client-side event of the Web Document Viewer. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| OnExport(String) | Specifies the JavaScript function that handles the OnExport event, which occurs before a request for document export is sent. |
| OnInitializing(String) | Allows you to specify a JavaScript function that runs before Document Viewer fetches the View model from the server and before the BeforeRender event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| OnServerError(String) | Specifies the JavaScript function that handles the client-side OnServerError event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| ParametersInitialized(String) | Specifies the JavaScript function that handles the client-side ParametersInitialized event and allows you to get the client-side parameter values when they are initialized and modify them. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| ParametersReset(String) | Specifies the JavaScript function that handles the client-side ParametersReset event. Inherited from WebDocumentViewerClientSideEventsBuilderBase<TBuilder, TEvents>. |
| ParametersSubmitted(String) | Specifies the JavaScript function that handles the client-side ParametersSubmitted event. |
| PreviewClick(String) | Specifies the JavaScript function that handles the Web Document Viewer’s PreviewClick client-side event. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also