System.Windows.Forms.SplitContainer.OnSplitterMoving Method

Raises the SplitContainer.SplitterMoving event.

Syntax

public void OnSplitterMoving (SplitterCancelEventArgs e)

Parameters

e
A System.Windows.Forms.SplitterEventArgs that contains the event data.

Remarks

The SplitContainer.SplitterMoving event is raised while the splitter is in the process of moving. After the System.Windows.Forms.SplitContainer has moved, use the SplitContainer.SplitterMoved event and the SplitContainer.OnSplitterMoved(SplitterEventArgs) event handler.

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

Requirements

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