Skip to main content

SplitterItem.PositionChanged Event

Fires when the position of the current splitter in the layout is changed.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public event EventHandler<EventArgs> PositionChanged

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