This should work:

public function onCreationComplete():void
{
  tabNav.addEventListener(IndexChangedEvent.CHANGE, tabsChanged);
}

private function tabsChanged(event:IndexChangedEvent):void
{
  //do validation
}

--- In [email protected], Dharmendran A <[EMAIL PROTECTED]> 
wrote:
>
> Hi,
> 
> I need to capture TabClick event in <mx:TabNavigator> i.e., When 
user clicks on the tab ( i have three tabs in my UI) each time, i 
need to do some validation. 
> 
> Can anyone help me.
> 
> Thanks
> Dharmendran A
> 
> 
> 
> 
>       
______________________________________________________________________
______________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>


Reply via email to