Back to Devexpress

RegistryAccessPolicy.FailedEventArgs.Operation Property

corelibraries-devexpress-dot-data-dot-utils-dot-registryaccesspolicy-dot-failedeventargs-84999720.md

latest1.7 KB
Original Source

RegistryAccessPolicy.FailedEventArgs.Operation Property

Gets the registry operation being processed.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public RegistryOperation Operation { get; }
vb
Public ReadOnly Property Operation As RegistryOperation

Property Value

TypeDescription
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

RegistryAccessPolicy.FailedEventArgs Class

RegistryAccessPolicy.FailedEventArgs Members

DevExpress.Data.Utils Namespace