Skip to main content
All docs
V25.2
  • PathEventArgs(String) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.2.dll

    Declaration

    public PathEventArgs(
        string path
    )

    Parameters

    Name Type Description
    path String

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

    See Also