Skip to main content
All docs
V24.2

RegistryAccessPolicy.ValueEventArgs Constructors

Contains data for QueryValue, SetValue, and DeleteValue events.
Name Parameters Description
ValueEventArgs(SafeRegistry.Hive, String, String, RegistryAccessPolicy.ValueOperation, Boolean) hive, key, name, operation, cancel Initializes a new instance of the RegistryAccessPolicy.ValueEventArgs class with specified settings.
See Also