ComponentOne ASP.NET MVC Controls
QueryLoadingDataEventArgs Class
File
wijmo.viewer.js
Module
wijmo.viewer
Base Class
EventArgs

Provides arguments for queryLoadingData event.

Constructor

Properties

Events

Constructor

constructor

constructor(data?: any): QueryLoadingDataEventArgs

Initializes a new instance of the QueryLoadingDataEventArgs class.

Parameters
Optional

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

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