RegistryAccessPolicy.FailedEventArgs.Operation Property
Gets the registry operation being processed.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.Data.Utils.Registry.Internal.RegistryOperation | The registry operation. |
Remarks
Registry operations include:
RegistryOperation.QueryValueRegistryOperation.SetValueRegistryOperation.DeleteSubKeyTreeRegistryOperation.EnumerateSubKeyTreeRegistryOperation.AllRegistryOperation.None
Read the following topic for additional information and an example: Failed.
See Also