Symphony Framework
CloseProcessingEventHandler Delegate
Symphony.Conductor.Framework Namespace : CloseProcessingEventHandler Delegate
This deligate allows your component to control being closed down.
Syntax
public delegate bool CloseProcessingEventHandler()

Return Value

A boolean value indicating that the compoent has closed successfully.
Remarks
Once a request has been set to close down a component this delegate will be called that allows you to close down your View Model, close channels, etc.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CloseProcessingEventHandler Members
Symphony.Conductor.Framework Namespace