Back to Devexpress

LayoutControl.DefaultLayoutLoaded Event

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-89e775b0.md

latest1.7 KB
Original Source

LayoutControl.DefaultLayoutLoaded Event

Fires after the default layout (the layout saved by the LayoutControl.SetDefaultLayout method) has been loaded.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler DefaultLayoutLoaded
vb
<DXCategory("Behavior")>
Public Event DefaultLayoutLoaded As EventHandler

Event Data

The DefaultLayoutLoaded event's data class is EventArgs.

Remarks

This is a notification event. It’s fired by the LayoutControl.RestoreDefaultLayout method.

See Also

RestoreDefaultLayout()

SetDefaultLayout()

Save and Restore Form Layout

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace