Skip to main content
All docs
V24.2

RegistryAccessPolicy.ValueEventArgs Properties

Contains data for QueryValue, SetValue, and DeleteValue 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.
Name Gets the name of the value stored in a registry key.
Operation Gets an operation on a key value in the system registry.
See Also