Example #1
0
 private void ItemView_Click(object sender, EventArgs e)
 {
     listener.OnItemClick(tvCategory.Text);
 }
 public void OnClick(View v)
 {
     listener.OnItemClick(groups[this.LayoutPosition]);
 }