Skip to main content
All docs
V24.1

ValueEventArgs(SafeRegistry.Hive, String, String, Boolean) Constructor

Initializes a new instance of the RegistryAccessPolicy.ValueEventArgs class with specified settings.

Namespace: DevExpress.Data.Utils

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

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

Declaration

public ValueEventArgs(
    SafeRegistry.Hive hive,
    string key,
    string name,
    bool cancel
)

Parameters

Name Type
hive DevExpress.Data.Utils.Registry.SafeRegistry.Hive
key String
name String
cancel Boolean
See Also