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




Occurs after a WebPageLayout is created

Syntax

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

See Also

© 2010 All Rights Reserved.