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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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