Represents the method that handles the PutMessage event.
[Visual Basic .NET] Public Delegate Sub PutMessageEventHandler ( _ ByVal phaseMessage As String _ )
[C#] public delegate void PutMessageEventHandler ( string phaseMessage );