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

DeserializeClientParameterEventArgs(String, String, Object) Constructor

Initializes a new instance of the DeserializeClientParameterEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public DeserializeClientParameterEventArgs(
    string name,
    string path,
    object value
)

Parameters

Name Type Description
name String

A String value. This value is assigned to the DeserializeClientParameterEventArgs.Name property.

path String

A String value. This value is assigned to the DeserializeClientParameterEventArgs.Path property.

value Object

A Object value. This value is assigned to the DeserializeClientParameterEventArgs.Value property.

See Also