Skip to main content
All docs
V24.2

RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs.Operation Property

Gets the operation performed on the subkey.

Namespace: DevExpress.Data.Utils

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

Declaration

public RegistryAccessPolicy.SubKeyTreeOperation Operation { get; }

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