var h = this.get_events().getHandler("xxxx"); 
if (h) 

  var retObj=h(this,Sys.EventArgs.Empty); 
  if (retObj!=null) xxxxxx;
  //这样子不行吗?
}