Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event EventHandler DefaultLayoutLoaded

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