C# Class Engage.Dnn.Events.CategoryFilterAction

Allows the user to filter the list to one category
Inheritance: Engage.Dnn.Events.ActionControlBase
Afficher le fichier Open project: EngageSoftware/Engage-Events

Private Properties

Свойство Type Description
CategoriesList_SelectedIndexChanged void
OnCategoryChanged void
SetInitialValue void

Méthodes protégées

Méthode Description
BindData ( ) : void

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

OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Méthode Description
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.

Method Details

BindData() protected méthode

Performs all necessary operations to display the control's data correctly.
protected BindData ( ) : void
Résultat void

OnInit() protected méthode

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