[flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Sergey Kovalyov
Hi All! What event is fired by UIComponent successors if any its style is changed? Regards, Sergey. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links *

Re: [flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Michael Schmalle
None,But.. this method is triggeredpublic function styleChanged(propName:String):voidWhen passed null or 'styleName' this ususally signifies a full style cache refresh.Peace, Mike On 8/18/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! What event is

Re: [flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Sergey Kovalyov
Probably, so. But updateComplete resolved my issue. I just need event type for binding getter only property. On 8/18/06, Michael Schmalle [EMAIL PROTECTED] wrote: None,But.. this method is triggeredpublic function styleChanged(propName:String):voidWhen passed null or 'styleName' this ususally