Skip to main content
All docs
V24.2

ReadCurrentProcessDataEventArgs(String, Object) Constructor

Initializes a new instance of the EnvironmentPolicy.ReadCurrentProcessDataEventArgs class with specified settings.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public ReadCurrentProcessDataEventArgs(
    string parameter,
    object value
)

Parameters

Name Type Description
parameter String

The name of the process parameter. This value is assigned to the Parameter property.

value Object

The value of the process parameter. This value is assigned to the Value property.

See Also