DXSerializer.RemoveAllowPropertyHandler(DependencyObject, AllowPropertyEventHandler) Method
In This Article
Removes a handler for the AllowProperty attached event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void RemoveAllowPropertyHandler(
DependencyObject dObj,
AllowPropertyEventHandler handler
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
The event source. |
handler | Allow |
Event handler. |
See Also