C# 클래스 Engage.Dnn.Events.CategoryFilterAction

Allows the user to filter the list to one category
상속: Engage.Dnn.Events.ActionControlBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Events

Private Properties

프로퍼티 타입 설명
CategoriesList_SelectedIndexChanged void
OnCategoryChanged void
SetInitialValue void

보호된 메소드들

메소드 설명
BindData ( ) : void

Performs all necessary operations to display the control's data correctly.

OnInit ( EventArgs e ) : void

Raises the Control.Init event.

비공개 메소드들

메소드 설명
CategoriesList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the ListControl.SelectedIndexChanged event of the CategoriesList control.

OnCategoryChanged ( EventArgs e ) : void

Raises the CategoryChanged event.

SetInitialValue ( ) : void

Sets the initial status value from the QueryString.

메소드 상세

BindData() 보호된 메소드

Performs all necessary operations to display the control's data correctly.
protected BindData ( ) : void
리턴 void

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void