Skip to main content
All docs
V25.1
  • ReadingCurrentProcessDataEventArgs(String) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public ReadingCurrentProcessDataEventArgs(
        string parameter
    )

    Parameters

    Name Type Description
    parameter String

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

    See Also