QueryLoadingDataEventArgs Class

File
wijmo.viewer.js
Module
wijmo.viewer
Base Class
EventArgs
Show
   

Provides arguments for queryLoadingData event.

Constructor

Properties

Events

Constructor

constructor

constructor(data?: any): QueryLoadingDataEventArgs

Initializes a new instance of the QueryLoadingDataEventArgs class.

Parameters
Returns
QueryLoadingDataEventArgs

Properties

data

Gets the request data sent to the service on loading the document.

Type
any

Events

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs