Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
rAccountFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the rAccountFilter control.
|
|
rAccountFilter_DisplayFilterValue ( object sender, |
Handles the filter display
|
|
rGridAccount_Add ( object sender, |
Handles the Add event of the rGridAccount control.
|
|
rGridAccount_Delete ( object sender, |
Handles the Delete event of the rGridAccount control.
|
|
rGridAccount_Edit ( object sender, |
Handles the Edit event of the rGridAccount control.
|
|
rGridAccount_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the rGridAccounts control.
|
|
rGridAccounts_GridRebind ( object sender, |
Handles the GridRebind event of the rGridAccount control.
|
Method | Description | |
---|---|---|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the Account list grid.
|
|
GetAccounts ( |
Gets the accounts.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected rAccountFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rAccountFilter_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
protected rGridAccount_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGridAccount_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGridAccount_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGridAccount_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
return | void |
protected rGridAccounts_GridRebind ( object sender, |
||
sender | object | |
e | The |
|
return | void |