RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs.Operation Property
Gets the operation performed on the subkey.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
RegistryAccessPolicy.SubKeyTreeOperation | The operation performed on the subkey. |
Available values:
Name | Description |
---|---|
Create | Creates a subkey. |
Delete | Deletes a subkey. |
EnumerateNames | Gets child key names in a subkey. |
EnumerateValues | Gets values and/or their names in a subkey. |
See Also