Skip to main content
All docs
V25.1
  • BeforeLoadLayoutEventArgs(Object, String) Constructor

    Initializes a new instance of the BeforeLoadLayoutEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Core.Serialization

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public BeforeLoadLayoutEventArgs(
        object source,
        string restoredVersion
    )

    Parameters

    Name Type
    source Object
    restoredVersion String
    See Also