Back to Devexpress

ASPxClientParametersSubmittedEventArgs Class

xtrareports-js-aspxclientparameterssubmittedeventargs.md

latest1.2 KB
Original Source

ASPxClientParametersSubmittedEventArgs Class

Provides data for the ASPxClientWebDocumentViewer.ParametersSubmitted and ASPxClientReportDesigner.PreviewParametersSubmitted events.

Declaration

ts
declare class ASPxClientParametersSubmittedEventArgs extends ASPxClientEventArgs

Remarks

ASPxClientParametersSubmittedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

Inheritance

ASPxClientEventArgs ASPxClientParametersSubmittedEventArgs

constructor(dictionary)

Declaration

ts
constructor(dictionary: { [key: string]: any })

Parameters

NameType
dictionary{[key: string]: any}

Properties

Parameters Property

Declaration

ts
Parameters: { [key: string]: any; }

Property Value

Type
[key: string]: any

ParametersViewModel Property

Declaration

ts
ParametersViewModel: any

Property Value

Type
any