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

Removes a listener from the SplitterMovedEvent. This event occurs when the user finishes moving the splitter.

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

Parameters

handler
Delegate to remove.

See Also

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