C# Class Rock.Web.UI.DialogPage

Inheritance: RockPage
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
FireSave ( object sender, EventArgs e ) : void

Fires the save.

Method Details

FireSave() public method

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