DXSerializer.RemoveDeserializePropertyHandler(DependencyObject, XtraPropertyInfoEventHandler) Method
Removes a handler for the DeserializeProperty attached event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
public static void RemoveDeserializePropertyHandler(
DependencyObject dObj,
XtraPropertyInfoEventHandler handler
)
Parameters
| Name | Type | Description |
|---|---|---|
| dObj | DependencyObject | The event source. |
| handler | DevExpress.Xpf.Core.Serialization.XtraPropertyInfoEventHandler | Event handler. |
See Also