System.Windows.Forms.SplitContainer.SplitterMoving Event

Occurs when the splitter control is in the process of moving.

Syntax

public event SplitterCancelEventHandler SplitterMoving

Remarks

This event occurs only when the user moves the splitter control. It does not occur when you change the SplitContainer.SplitterDistance property value programmatically.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0