SplitterItem.PositionChanged Event
Fires when the position of the current splitter in the layout is changed.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[DXCategory("Behavior")]
public event EventHandler<EventArgs> PositionChanged
<DXCategory("Behavior")>
Public Event PositionChanged As EventHandler(Of EventArgs)
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
Feedback