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

Removes a listener from the SplitterMovingEvent. This event occurs while the splitter is being moved by the user.

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

Parameters

handler
Delegate to remove.

See Also

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