CGridView after-filter event?

I would like to run a javascript function after a filter has been applied to a CGridView. Is there any event-like property like for example: ‘selectionChanged’, that allows to call a javascrit function after row selection has changed)? Is there any similar property for after filtering?

Thanks

NOTE: moved to proper section (General Discussion for Yii 1.1.x instead of Miscellaneous)

There is afterAjaxUpdate - http://www.yiiframew…axUpdate-detail

Thank you very much, mdomba!