Skip to main content
All docs
V23.2

BeforeLoadLayoutEventHandler Delegate

A method that handles the BeforeLoadLayout event.

Namespace: DevExpress.Xpf.Core.Serialization

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public delegate void BeforeLoadLayoutEventHandler(
    object sender,
    BeforeLoadLayoutEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e BeforeLoadLayoutEventArgs

Event data.

See Also