Skip to main content
All docs
V25.1
  • BeforeLoadLayoutEventHandler Delegate

    A method that handles the BeforeLoadLayout event.

    Namespace: DevExpress.Xpf.Core.Serialization

    Assembly: DevExpress.Xpf.Core.v25.1.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