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




Occurs before a WebPageLayout is refreshed

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Server Action")>
<ResDescriptionAttribute("Occurs before a WebPageLayout is refreshed.")>
Public Event BeginRefreshWebPageLayout() As WebPageLayoutEventHandler
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim handler As WebPageLayoutEventHandler
 
AddHandler instance.BeginRefreshWebPageLayout, handler
C# 
[ResCategoryAttribute("Server Action")]
[ResDescriptionAttribute("Occurs before a WebPageLayout is refreshed.")]
public event WebPageLayoutEventHandler BeginRefreshWebPageLayout()

See Also

© 2010 All Rights Reserved.