Skip to main content
All docs
V24.2

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.v24.2.dll

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