ValueEventArgs(SafeRegistry.Hive, String, String, RegistryAccessPolicy.ValueOperation, Boolean) Constructor
Initializes a new instance of the RegistryAccessPolicy.ValueEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v24.2.dll
Declaration
public ValueEventArgs(
SafeRegistry.Hive hive,
string key,
string name,
RegistryAccessPolicy.ValueOperation operation,
bool cancel
)
Parameters
Name | Type | Description |
---|---|---|
hive | DevExpress.Data.Utils.Registry.SafeRegistry.Hive | The registry hive (a logical group of keys, subkeys, and values in the registry). This value is assigned to the Hive property. |
key | String | The registry key. This value is assigned to the Key property. |
name | String | The name of the value stored in a registry key. This value is assigned to the Name property. |
operation | RegistryAccessPolicy.ValueOperation | The operation on a key value in the system registry. This value is assigned to the Operation property. |
cancel | Boolean | true to cancel the operation; otherwise false |
See Also