RegistryAccessPolicy.RegistryOperationBaseEventArgs Properties
The base class for classes that contain data forRegistryAccessPolicy 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