コード例 #1
0
 /// <summary>
 /// Handles the GridRebind event of the gPreview control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 protected void gPreview_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindPreviewGrid();
 }
コード例 #2
0
 private void gRequests_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }
コード例 #3
0
 /// <summary>
 /// Handles the GridRebind event of the gBindings control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected void gBindings_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     GridBind();
 }
コード例 #4
0
 /// <summary>
 /// Handles the GridRebind event of the gAttendees control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="GridRebindEventArgs"/> instance containing the event data.</param>
 protected void gAttendees_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindAttendees();
 }
コード例 #5
0
 private void GStatuses_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     ShowDetails();
 }