string ret=string.empty;
loadData.Completed+=delegate(object sender, EventArgs e)
{
  string result="OK";
};
怎么让result的值给ret?