Skip to main content
A newer version of this page is available. .

ASPxClientParametersSubmittedEventArgs Class

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