C# Class RockWeb.Blocks.Core.CategoryTreeView

Inheritance: Rock.Web.UI.RockBlockCustomSettings
Show file Open project: SparkDevNetwork/Rock

Protected Properties

Property Type Description
PageParameterName string
RestParms string

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the Block control.

OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

ShowSettings ( ) : void

Shows the settings.

lbAddCategoryChild_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddCategoryChild control.

lbAddCategoryRoot_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddCategoryRoot control.

lbAddItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddItem control.

mdCategoryTreeConfig_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdCategoryTreeConfig control.

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the Block control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

OnInit() protected method

Raises 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

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

ShowSettings() protected method

Shows the settings.
protected ShowSettings ( ) : void
return void

lbAddCategoryChild_Click() protected method

Handles the Click event of the lbAddCategoryChild control.
protected lbAddCategoryChild_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbAddCategoryRoot_Click() protected method

Handles the Click event of the lbAddCategoryRoot control.
protected lbAddCategoryRoot_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbAddItem_Click() protected method

Handles the Click event of the lbAddItem control.
protected lbAddItem_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

mdCategoryTreeConfig_SaveClick() protected method

Handles the SaveClick event of the mdCategoryTreeConfig control.
protected mdCategoryTreeConfig_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Property Details

PageParameterName protected property

The page parameter name (used by the Markup)
protected string PageParameterName
return string

RestParms protected property

The RestParams (used by the Markup)
protected string RestParms
return string