C# Класс Rock.Web.UI.Controls.CheckBoxFieldTemplate

Наследование: ITemplate
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

checkBox_DataBinding ( object sender, EventArgs e ) : void

Handles the DataBinding event of the checkBox control.

Описание методов

InstantiateIn() публичный Метод

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.
Результат void

checkBox_DataBinding() публичный Метод

Handles the DataBinding event of the checkBox control.
public checkBox_DataBinding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void