ASPxClientParametersSubmittedEventArgs Class
Provides data for the ASPxClientWebDocumentViewer.ParametersSubmitted and ASPxClientReportDesigner.PreviewParametersSubmitted events.
#Declaration
TypeScript
declare class ASPxClientParametersSubmittedEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientParametersSubmittedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientParametersSubmittedEventArgs
#constructor(dictionary)
#Declaration
TypeScript
constructor(dictionary: { [key: string]: any })
#Parameters
Name | Type |
---|---|
dictionary | {[key: string]: any} |
#Properties
#Parameters Property
#Declaration
TypeScript
Parameters: { [key: string]: any; }
#Property Value
Type |
---|
[key: string]: any |
#ParametersViewModel Property
#Declaration
TypeScript
ParametersViewModel: any
#Property Value
Type |
---|
any |