<message>

Defines a message to be broadcast during the execution on an event handler.  Messages are broadcast in the order in which they are defined.

Attributes

  1. Name (Required) - The name of the message.  The same message may be broadcast multiple times during a single event handler, with or without different sets of arguments.  Any message-listener tags whose MESSAGE attribute value matches the value of attribute will execute the function registered via their FUNCTION attribute.
     

Child Tags

  1. <argument>