Skip to main content

SplitContainerControl.SplitterMoved Event

Occurs after the splitter’s position has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Events")]
public event EventHandler SplitterMoved

Event Data

The SplitterMoved event's data class is EventArgs.

Remarks

This event serves as a notification that the splitter’s position has been changed. Immediately after an end-user starts dragging a splitter, the SplitContainerControl.SplitterMoving event occurs. The current position can be obtained via the SplitContainerControl.SplitterPosition property.

To specify whether a splitter can be dragged at runtime, use the SplitContainerControl.IsSplitterFixed property.

See Also