C# Class Rock.Web.UI.DialogPage

Inheritance: RockPage
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
FireSave ( object sender, EventArgs e ) : void

Fires the save.

Method Details

FireSave() public méthode

Fires the save.
public FireSave ( object sender, EventArgs e ) : void
sender object The sender.
e System.EventArgs The instance containing the event data.
Résultat void