Example #1
0
 protected void OnItemDataBound(GridViewItemEventArgs e)
 {
     if (this.ItemDataBound != null)
         this.ItemDataBound.Invoke(this, e);
 }
Example #2
0
 protected void OnItemCreated(GridViewItemEventArgs e)
 {
     if (this.ItemCreated != null)
         this.ItemCreated.Invoke(this, e);
 }