l'ImageButton avrà la proprietà CommanName="click"

Nell'evento RowCommand

codice:
if(e.CommandName=="click")
{
  //Gestisco l'evento
}