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.v25.1.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