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