Skip to main content
All docs
V24.1

RegistryAccessPolicy.QueryValue 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.ValueEventArgs> QueryValue

Event Data

The QueryValue event's data class is RegistryAccessPolicy.ValueEventArgs. 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.
IsBatchOperation
Key Inherited from RegistryAccessPolicy.RegistryOperationBaseEventArgs.
Name
See Also