C# 클래스 Rock.Web.UI.Controls.DeleteFieldTemplate

Template used by the DeleteField control
상속: ITemplate
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

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

lbDelete_Click() 보호된 메소드

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.
리턴 void

lbDelete_DataBinding() 보호된 메소드

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.
리턴 void