Skip to main content
All docs
V25.1
  • QuerySubKeyTreeOperationEventArgs(SafeRegistry.Hive, String, RegistryAccessPolicy.SubKeyTreeOperation, Boolean) Constructor

    Initializes a new instance of the RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs class with specified settings.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public QuerySubKeyTreeOperationEventArgs(
        SafeRegistry.Hive hive,
        string key,
        RegistryAccessPolicy.SubKeyTreeOperation operation,
        bool cancel
    )

    Parameters

    Name Type Description
    hive DevExpress.Data.Utils.Registry.SafeRegistry.Hive

    The registry hive (a logical group of keys, subkeys, and values in the registry). This value is assigned to the Hive property.

    key String

    The registry key. This value is assigned to the Key property.

    operation RegistryAccessPolicy.SubKeyTreeOperation

    The operation performed on the subkey. This value is assigned to the Operation property.

    cancel Boolean

    true to cancel the operation; otherwise, false.

    See Also