Event Tag
The event tag is used to represent events generated by different controls.
The event tag has to be placed in the tag body of tags that generate
the particular events. The event tag can contain comma separated list of
messages that are executed when the event occurs.
Ex:-<event click>
button1.settext(hello),
</event>