C# Class Widgets.Newsletter.Edit

Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes publiques

Méthode Description
Save ( ) : void

Saves this the basic widget settings such as the Title.

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Méthode Description
BindGrid ( ) : void

Binds the grid.

GridEmailsRowDataBound ( object sender, GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gridEmails control.

GridEmailsRowDeleting ( object sender, GridViewDeleteEventArgs e ) : void

Handles the RowDeleting event of the gridEmails control.

LoadEmails ( ) : void

Loads the emails.

SaveEmails ( ) : void

Saves the emails.

Method Details

OnInit() protected méthode

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

Save() public méthode

Saves this the basic widget settings such as the Title.
public Save ( ) : void
Résultat void