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

WebDocumentViewerClientSideEventsBuilder Members

Enables you to specify handlers for the Web Document Viewer‘s client-side events.

Constructors

Name Description
WebDocumentViewerClientSideEventsBuilder() Creates an object of the WebDocumentViewerClientSideEventsBuilder class.

Methods

Name Description
BeforeRender(String) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s BeforeRender client-side event.
CustomizeElements(String) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s CustomizeElements client-side 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) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s CustomizeLocalization client-side event.
CustomizeMenuActions(String) Sets the name of the JavaScript function or the entire code that will handle the CustomizeMenuActions client-side event of the Web Document Viewer.
CustomizeParameterEditors(String) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s CustomizeParameterEditors client-side event.
CustomizeParameterLookUpSource(String) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s CustomizeParameterLookUpSource client-side event.
DocumentReady(String) Sets the name of the JavaScript function or the entire code that will handle the DocumentReady client-side event of the Web Document Viewer.
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.
OnServerError(String) Sets the name of the JavaScript function or the entire code that will handle the Web Document Viewer‘s OnServerError client-side event.
ParametersReset(String) Sets the name of the JavaScript function or the entire code that will handle the ParametersReset client-side event of the Web Document Viewer.
ParametersSubmitted(String) Sets the name of the JavaScript function or the entire code that will handle the ParametersSubmitted client-side event of the Web Document Viewer.
PreviewClick(String) Sets the name of the JavaScript function or the entire code that will handle the PreviewClick client-side event of the Web Document Viewer.
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