RegistryAccessPolicy.FailedEventArgs.Operation Property
Gets the registry operation being processed.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v25.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Data.Utils.Registry.Internal.RegistryOperation | The registry operation. |
Remarks
Registry operations include:
RegistryOperation.QueryValue
RegistryOperation.SetValue
RegistryOperation.DeleteSubKeyTree
RegistryOperation.EnumerateSubKeyTree
RegistryOperation.All
RegistryOperation.None
Read the following topic for additional information and an example: Failed.
See Also