Back to Devexpress

RegistryAccessPolicy Events

corelibraries-devexpress-dot-data-dot-utils-dot-registryaccesspolicy-dot-underscore-events.md

latest1.9 KB
Original Source

RegistryAccessPolicy Events

Allows you to spot, analyze, and prohibit unwanted requests to the system registry.

NameDescription
CreateSubKey staticFires when the DevExpress control attempts to create a subkey in the system registry and allows you to cancel the operation.
DeleteSubKeyTree staticFires when the DevExpress control attempts to delete a subkey from the system registry and allows you to cancel the operation.
DeleteValue staticFires when the DevExpress control attempts to delete a value from a system registry key and allows you to cancel the operation.
EnumerateSubKeyTree staticFires when the DevExpress control attempts to iterate subkey values in the system registry and allows you to cancel the operation.
Failed staticAllows you to respond to associated failures.
QueryValue staticFires when the DevExpress control attempts to read a value from a system registry key and allows you to cancel the operation.
SetValue staticFires when the DevExpress control attempts to write a value to a system registry key and allows you to cancel the operation.

See Also

RegistryAccessPolicy Class

RegistryAccessPolicy Members

DevExpress.Data.Utils Namespace