Skip to main content
All docs
V24.2

RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs Constructors

Contains data for EnumerateSubKeyTree and DeleteSubKeyTree events.
Name Parameters Description
QuerySubKeyTreeOperationEventArgs(SafeRegistry.Hive, String, RegistryAccessPolicy.SubKeyTreeOperation, Boolean) hive, key, operation, cancel Initializes a new instance of the RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs class with specified settings.
See Also