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