Inherriting classes should override this method to respond to the splitterMoved event. This event occurs when the user finishes moving the splitter.
[Visual Basic] Overridable Protected Sub OnSplitterMoved( _ ByVal sevent As SplitterEventArgs _ ) [C#] protected virtual void OnSplitterMoved( SplitterEventArgs sevent ); [C++] protected: virtual void OnSplitterMoved( SplitterEventArgs* sevent ); [JScript] protected function OnSplitterMoved( sevent : SplitterEventArgs );
Splitter Class | Splitter Members | System.WinForms Namespace | SplitterEventArgs