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.AddOnSplitterMoved

Adds a listener to the SplitterMovedEvent. This event occurs when the user finishes moving the splitter.

[Visual Basic]
Public Sub AddOnSplitterMoved( _
   ByVal handler As SplitterEventHandler _
)
[C#]
public void AddOnSplitterMoved(
   SplitterEventHandler handler
);
[C++]
public: void AddOnSplitterMoved(
   SplitterEventHandler* handler
);
[JScript]
public function AddOnSplitterMoved(
   handler : SplitterEventHandler
);

Parameters

handler
Delegate to invoke when the event gets fired.

See Also

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