|
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
| Refreshed Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : Refreshed Event |
| Visual Basic (Declaration) | |
|---|---|
<ResCategoryAttribute("Server Action")>
<ResDescriptionAttribute("Raised when the contents of the control is changed")>
Public Event Refreshed() As PageRefreshEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResCategoryAttribute("Server Action")]
[ResDescriptionAttribute("Raised when the contents of the control is changed")]
public event PageRefreshEventHandler Refreshed() | |