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

Наследование: RockTemplateField, INotRowSelectedField
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EditField ( ) : System

Initializes a new instance of the EditField class.

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

OnClick ( RowEventArgs e ) : void

Raises the E:Click event.

editFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void

Handles the LinkButtonClick event of the editFieldTemplate control.

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

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

Initializes a new instance of the EditField class.
public EditField ( ) : System
Результат System

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

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Результат bool

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

Raises the E:Click event.
public OnClick ( RowEventArgs e ) : void
e RowEventArgs The instance containing the event data.
Результат void

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

Handles the LinkButtonClick event of the editFieldTemplate control.
public editFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
Результат void