RE: [flexcoders] ArrayCollection refresh event listener

2008-03-21 Thread Alex Harui
CollectionEvent.CHANGE with CollectionEventKind.REFRESH From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of loc_tran106 Sent: Friday, March 21, 2008 10:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ArrayCollection refresh event

[flexcoders] ArrayCollection refresh event listener

2008-03-21 Thread loc_tran106
I wanted to do some custom calculations on the filtered data of an arraycollection. I set the filterfunction for the ac, and then called ac.refresh(). What is the proper event to listen for so I can handle my calculations when the refresh on is complete? Thanks, -Loc