Skip to main content
All docs
V24.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.v24.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
hive DevExpress.Data.Utils.Registry.SafeRegistry.Hive
key String
operation RegistryAccessPolicy.SubKeyTreeOperation
cancel Boolean
See Also