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

Provides arguments for beforeSendRequest event.

Constructor

Properties

Events

Constructor

constructor

constructor(url: string, settings: any): RequestEventArgs

Initializes a new instance of the RequestEventArgs class.

Parameters
Returns
RequestEventArgs

Properties

settings

Gets or sets the object used to configure the request. It has the same structure and semantics as the settings parameter of the httpRequest method.

Type

url

Gets or sets the URL to which the request is sent.

Type

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs