DXSerializer.AddBeforeLoadLayoutHandler(DependencyObject, BeforeLoadLayoutEventHandler) Method
In This Article
Adds a handler for the BeforeLoadLayout attached event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void AddBeforeLoadLayoutHandler(
DependencyObject dObj,
BeforeLoadLayoutEventHandler handler
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
The event source. |
handler | Before |
A method (or methods) that should be invoked when the target ( |
See Also