Skip to main content
All docs
V24.2

PathRequestEventArgs(String, Boolean) Constructor

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

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public PathRequestEventArgs(
    string path,
    bool cancel
)

Parameters

Name Type Description
path String

The directory path. This value is assigned to the Path property.

cancel Boolean

true to cancel the operation; otherwise, false.

See Also