DXSerializer.RemoveLayoutUpgradeHandler(DependencyObject, LayoutUpgradeEventHandler) Method
Removes a handler for the LayoutUpgrade attached event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void RemoveLayoutUpgradeHandler(
DependencyObject dObj,
LayoutUpgradeEventHandler handler
)
Parameters
Name | Type | Description |
---|---|---|
dObj | DependencyObject | The event source. |
handler | LayoutUpgradeEventHandler | Event handler. |
See Also