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

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public SpecialFolderRequestEventArgs(
        Environment.SpecialFolder folder,
        Environment.SpecialFolderOption? option,
        bool cancel
    )

    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.

    cancel Boolean

    true to cancel the operation; otherwise, false.

    See Also