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