Skip to main content
All docs
V25.1
  • 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