The event handler receives an argument of type System.EventArgs containing data related to this event.
This event serves as a notification that the splitter's position has been changed. Immediately after an end-user starts dragging a splitter, the SplitterMoving event occurs. The current position can be obtained via the SplitterPosition property.
To specify whether a splitter can be dragged at runtime, use the IsSplitterFixed property.