LayoutGroup.LayoutChanged Event
Fires when the layout of items within the current group is changed.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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