C# Class Engage.Dnn.Events.StatusFilterAction

Allows the user to choose whether to display all events or only active events.
Inheritance: Engage.Dnn.Events.ActionControlBase
Afficher le fichier Open project: EngageSoftware/Engage-Events

Private Properties

Свойство Type Description
OnSortChanged void
Page_Load void
SetInitialValue void
StatusRadioButtonList_SelectedIndexChanged void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

StatusFilterAction ( ) : System

Initializes a new instance of the StatusFilterAction class.

Private Methods

Méthode Description
OnSortChanged ( EventArgs e ) : void

Raises the SortChanged event.

Page_Load ( object sender, EventArgs eventArgs ) : void

Handles the Control.Load event of this control.

SetInitialValue ( ) : void

Sets the initial status value from the QueryString.

StatusRadioButtonList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the ListControl.SelectedIndexChanged event of the StatusRadioButtonList control.

Method Details

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

StatusFilterAction() protected méthode

Initializes a new instance of the StatusFilterAction class.
protected StatusFilterAction ( ) : System
Résultat System