Skip to main content
All docs
V25.1
  • ReadCurrentProcessDataEventArgs(String, Object) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    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