And if you're too lazy to make a new Event class but want to have events with custom properties, you can also use a SyncEvent
http://livedocs.adobe.com/flex/3/lan...SyncEvent.html
with its changeList array, you can throw assign anything you want to it (well, to the array, not the event object directly).