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

SplitterItem.PositionChanged Event

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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