RegistryAccessPolicy Events
Allows you to spot, analyze, and prohibit unwanted requests to the system registry.| Name | Description |
|---|---|
| CreateSubKey static | Fires when the DevExpress control attempts to create a subkey in the system registry and allows you to cancel the operation. |
| DeleteSubKeyTree static | Fires when the DevExpress control attempts to delete a subkey from the system registry and allows you to cancel the operation. |
| DeleteValue static | Fires when the DevExpress control attempts to delete a value from a system registry key and allows you to cancel the operation. |
| EnumerateSubKeyTree static | Fires when the DevExpress control attempts to iterate subkey values in the system registry and allows you to cancel the operation. |
| Failed static | Allows you to respond to associated failures. |
| QueryValue static | Fires when the DevExpress control attempts to read a value from a system registry key and allows you to cancel the operation. |
| SetValue static | Fires when the DevExpress control attempts to write a value to a system registry key and allows you to cancel the operation. |
See Also