Exemplo n.º 1
0
 protected void OnSubItemClicked(SubItemEventArgs e)
 {
     if (this.SubItemClicked != null)
     {
         this.SubItemClicked(this, e);
     }
 }
Exemplo n.º 2
0
 protected void OnSubItemBeginEditing(SubItemEventArgs e)
 {
     if (this.SubItemBeginEditing != null)
     {
         this.SubItemBeginEditing(this, e);
     }
 }