C# Class RockWeb.Blocks.Cms.HtmlContentApproval

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Load event.

gContentList_CheckedChanged ( object sender, RowEventArgs e ) : void

Handles the CheckChanged event of the gContentList IsApproved field.

Private Methods

Method Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

gContentListFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gContentListFilter control.

gContentListFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Handles the filter display for each saved user value

gContentList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gContentList control.

Method Details

OnInit() protected method

Handles the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Handles the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

gContentList_CheckedChanged() protected method

Handles the CheckChanged event of the gContentList IsApproved field.
protected gContentList_CheckedChanged ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void