C# Class Rock.Web.UI.Controls.DeleteFieldTemplate

Template used by the DeleteField control
Inheritance: ITemplate
显示文件 Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
InstantiateIn ( Control container ) : void

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.

Protected Methods

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

Handles the Click event of the lbDelete control.

lbDelete_DataBinding ( object sender, EventArgs e ) : void

Handles the DataBinding event of the lbDelete control.

Method Details

InstantiateIn() public method

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.
public InstantiateIn ( Control container ) : void
container System.Web.UI.Control The object to contain the instances of controls from the inline template.
return void

lbDelete_Click() protected method

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

lbDelete_DataBinding() protected method

Handles the DataBinding event of the lbDelete control.
protected lbDelete_DataBinding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void