Skip to main content
All docs
V24.2

RegistryAccessPolicy.RegistryOperationBaseEventArgs Properties

The base class for classes that contain data for RegistryAccessPolicy 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).
Key Gets the requested registry key.
See Also