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

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public GettingEnvironmentVariableRequestEventArgs(
        string name,
        EnvironmentVariableTarget? target
    )

    Parameters

    Name Type Description
    name String

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

    target Nullable<EnvironmentVariableTarget>

    This value is assigned to the Target property.

    See Also