MVCxDocumentViewerClientSideEvents Properties
Provides additional client-side events to an MVCxClientDocumentViewer.Name | Description |
---|---|
BeforeExportRequest | Gets or sets the name of the JavaScript function or the entire code which will handle the MVCxClientDocumentViewer.BeforeExportRequest event. |
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
PageLoad | Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer’s client PageLoad event. Inherited from DocumentViewerClientSideEvents. |
ToolbarItemClick | Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer’s client ToolbarItemClick event. Inherited from DocumentViewerClientSideEvents. |
ToolbarItemValueChanged | Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer’s client ToolbarItemValueChanged event. Inherited from DocumentViewerClientSideEvents. |
See Also