Symphony Framework
MessageListnerEventHandler Delegate
Symphony.Conductor.Framework Namespace : MessageListnerEventHandler Delegate
The compoent raising the message.
The message request code.
The message request data object.
This deligate allows your component to listen for and action to a general message
Syntax
public delegate void MessageListnerEventHandler( 
   object component,
   string requestCode,
   object requestData
)

Parameters

component
The compoent raising the message.
requestCode
The message request code.
requestData
The message request data object.
Remarks
General messages allow your components to inter-communicate with other components within your application.
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

MessageListnerEventHandler Members
Symphony.Conductor.Framework Namespace