Raises the SplitContainer.SplitterMoved event.
- e
- A System.Windows.Forms.SplitterEventArgs that contains the event data.
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.