SplitterItem.PositionChanged Event
Fires when the position of the current splitter in the layout is changed.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The PositionChanged event's data class is EventArgs.
Remarks
The PositionChanged event fires when the current splitter position changes, or the splitter is collapsed/restored.
See Also