Symphony Framework
ControlProcessingEventHandler Delegate
Symphony.Conductor.Framework Namespace : ControlProcessingEventHandler Delegate
This deligate allows your controlling component to move to the required visual state or terminate the program.
Syntax
public delegate void ControlProcessingEventHandler( 
   bool closeTheProgram,
   string toVisualStateName
)

Parameters

closeTheProgram
toVisualStateName
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

ControlProcessingEventHandler Members
Symphony.Conductor.Framework Namespace