Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Rock
Web
UI
DialogPage
C# Class Rock.Web.UI.DialogPage
Inheritance:
RockPage
Show file
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