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

LayoutGroup.LayoutChanged Event

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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