Skip to main content
All docs
V25.1
  • GotEnvironmentVariableEventArgs(String, IDictionary, Nullable<EnvironmentVariableTarget>) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public GotEnvironmentVariableEventArgs(
        string variableName,
        IDictionary values,
        EnvironmentVariableTarget? target
    )

    Parameters

    Name Type Description
    variableName String

    The environment variable name. This value is assigned to the Name property.

    values IDictionary

    Environment variable names and their values. This value is assigned to the Values property.

    target Nullable<EnvironmentVariableTarget>

    The location where an environment variable is stored. This value is assigned to the Target property.

    See Also