ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Refreshed Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : Refreshed Event




Occurs when the pagelayout is refreshed.

Syntax

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
Dim instance As PageLayout
Dim handler As PageRefreshEventHandler
 
AddHandler instance.Refreshed, handler
C# 
[ResCategoryAttribute("Server Action")]
[ResDescriptionAttribute("Raised when the contents of the control is changed")]
public event PageRefreshEventHandler Refreshed()

See Also

© 2010 All Rights Reserved.