DXSerializer.AddDeserializePropertyHandler(DependencyObject, XtraPropertyInfoEventHandler) Method
Adds a handler for the DeserializeProperty attached event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void AddDeserializePropertyHandler(
DependencyObject dObj,
XtraPropertyInfoEventHandler handler
)
Parameters
Name | Type | Description |
---|---|---|
dObj | DependencyObject | The event source. |
handler | DevExpress.Xpf.Core.Serialization.XtraPropertyInfoEventHandler | A method (or methods) that should be invoked when the target ( |
See Also