Skip to main content

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