Skip to main content
All docs
V23.2

AllowPropertyEventArgs(Int32, Boolean, PropertyDescriptor, Object) Constructor

Initializes a new instance of the AllowPropertyEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Core.Serialization

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public AllowPropertyEventArgs(
    int id,
    bool isSerializing,
    PropertyDescriptor property,
    object source
)

Parameters

Name Type
id Int32
isSerializing Boolean
property PropertyDescriptor
source Object
See Also