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




Occurs before a WebPageLayout is disposed

Syntax

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

See Also

© 2010 All Rights Reserved.