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

Наследование: System.Web.UI.WebControls.CompositeControl, INamingContainer
Показать файл Открыть проект

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

Метод Описание
ClearRows ( ) : void

Clears the rows.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

lbAddGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddGroupMember control.

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

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

Clears the rows.
public ClearRows ( ) : void
Результат void

CreateChildControls() защищенный Метод

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void

lbAddGroupMember_Click() защищенный Метод

Handles the Click event of the lbAddGroupMember control.
protected lbAddGroupMember_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void