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!

ISelectionService.RemoveOnSelectionChanging

Removes a selection changing event handler from the selection service.

[Visual Basic]
Sub RemoveOnSelectionChanging( _
   ByVal handler As EventHandler _
)
[C#]
void RemoveOnSelectionChanging(
   EventHandler handler
);
[C++]
void RemoveOnSelectionChanging(
   EventHandler* handler
) = 0;
[JScript]
function RemoveOnSelectionChanging(
   handler : EventHandler
);

Parameters

handler
An EventHandler that is to be removed from the selection changing event.

Remarks

A selection changing event will fire every time the user changes the current list of selected components.

See Also

ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace