Skip to main content

LayoutGroup.LayoutChanged Event

Fires when the layout of items within the current group is changed.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public event EventHandler LayoutChanged

Event Data

The LayoutChanged event's data class is EventArgs.

Remarks

The LayoutChanged event fires when:

  • Items are added or removed from the current group.
  • Items are added or removed from nested groups.
See Also