C# Class NewsFeedInput.DeletionPage

Mostrar archivo Open project: EddowSan/CIX

Protected Properties

Property Type Description
btnDelete global::System.Web.UI.WebControls.Button
drpChannels global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
headerTag global::System.Web.UI.HtmlControls.HtmlGenericControl
lblChannels global::System.Web.UI.WebControls.Label
lblIntro global::System.Web.UI.WebControls.Label
listItems global::System.Web.UI.WebControls.ListBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
drpChannels_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
populateBoxes ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnDelete_Click() protected method

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

drpChannels_SelectedIndexChanged() protected method

protected drpChannels_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnDelete protected_oe property

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDelete
return global::System.Web.UI.WebControls.Button

drpChannels protected_oe property

drpChannels control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpChannels
return global::System.Web.UI.WebControls.DropDownList

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

headerTag protected_oe property

headerTag control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl headerTag
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblChannels protected_oe property

lblChannels control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblChannels
return global::System.Web.UI.WebControls.Label

lblIntro protected_oe property

lblIntro control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblIntro
return global::System.Web.UI.WebControls.Label

listItems protected_oe property

listItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox listItems
return global::System.Web.UI.WebControls.ListBox