Skip to main content
All docs
V24.2

RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs Properties

Contains data for EnumerateSubKeyTree and DeleteSubKeyTree events.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Hive Gets a registry hive (a logical group of keys, subkeys, and values in the registry). Inherited from RegistryAccessPolicy.RegistryOperationBaseEventArgs.
Key Gets the requested registry key. Inherited from RegistryAccessPolicy.RegistryOperationBaseEventArgs.
Operation Gets the operation performed on the subkey.
See Also