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!

IMultiWindowService.AddOnWindowRemoved

Adds a handler that will be called when a window is being removed from this service.

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

Parameters

handler
The handler to call after the window is removed.

See Also

IMultiWindowService Interface | IMultiWindowService Members | System.WinForms.Design Namespace | RemoveOnWindowRemove