Adds a listener to the SplitterMovingEvent. This event occurs while the splitter is being moved by the user.
[Visual Basic] Public Sub AddOnSplitterMoving( _ ByVal handler As SplitterEventHandler _ ) [C#] public void AddOnSplitterMoving( SplitterEventHandler handler ); [C++] public: void AddOnSplitterMoving( SplitterEventHandler* handler ); [JScript] public function AddOnSplitterMoving( handler : SplitterEventHandler );
Splitter Class | Splitter Members | System.WinForms Namespace | SplitterEventArgs | RemoveOnSplitterMoving