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