DataGrid1_ItemCommand 事件就够了 不需要委托自定义事件
if (e.CommandName=="btnUp")
{

}
else if (e.CommandName=="btnDown")
{

}
else
{

}
OK