This basic onAbandon event handler calls onNavigate if one is defined.

function Rowset_onAbandon

   if not empty( this.onNavigate ) 

      this.onNavigate( ) 

   endif