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