Skip to main content
All docs
V24.1

RegistryAccessPolicy.DeleteSubKeyTree Event

Namespace: DevExpress.Data.Utils

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

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

Declaration

public static event EventHandler<RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs> DeleteSubKeyTree

Event Data

The DeleteSubKeyTree event's data class is RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Hive Inherited from RegistryAccessPolicy.RegistryOperationBaseEventArgs.
Key Inherited from RegistryAccessPolicy.RegistryOperationBaseEventArgs.
Operation
See Also