If I extend a control, how do I allow new parameters in the instance's 
mxml definition? For example, how would I make this possible:

<my::MyCustomDataGrid myCustomEvent="doStuff(event)" 
myCustomParam="true"/>

Reply via email to