NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Splitter.OnSplitterMoved

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
);

Parameters

sevent
Event data

See Also

Splitter Class | Splitter Members | System.WinForms Namespace | SplitterEventArgs