Skip to main content
All docs
V25.1
  • SpecialFolderEventArgs(Environment.SpecialFolder, Nullable<Environment.SpecialFolderOption>, String) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public SpecialFolderEventArgs(
        Environment.SpecialFolder folder,
        Environment.SpecialFolderOption? option,
        string folderPath
    )

    Parameters

    Name Type Description
    folder Environment.SpecialFolder

    The system special folder. This value is assigned to the Folder property.

    option Nullable<Environment.SpecialFolderOption>

    One of the enumeration values that specifies options to use for accessing a special folder. This value is assigned to the Option property.

    folderPath String

    The path to the system special folder. This value is assigned to the Folder property.

    See Also