Symphony Framework
DefineListner Method
Symphony.Conductor.Framework Namespace > VMMessenger Class : DefineListner Method
The delegate method that will be called when a message is raised.
Allow a consumer to provide a central listening point.
Syntax
public static void DefineListner( 
   ControlProcessingEventHandler theEventHandler
)

Parameters

theEventHandler
The delegate method that will be called when a message is raised.
Remarks
This allows a single controlling point and is usually used in the controlling View Model.
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

VMMessenger Class
VMMessenger Members