System.Windows.Forms.SplitContainer.OnSplitterMoved Method

Raises the SplitContainer.SplitterMoved event.

Syntax

public void OnSplitterMoved (SplitterEventArgs e)

Parameters

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

Remarks

The SplitContainer.SplitterMoved event is raised after the splitter has been moved. When the System.Windows.Forms.SplitContainer is in the process of moving, use the SplitContainer.SplitterMoving event and the SplitContainer.OnSplitterMoving(SplitterCancelEventArgs) 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