ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
EndCreateWebPageLayoutEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > EndCreateWebPageLayoutEventArgs Class : EndCreateWebPageLayoutEventArgs Constructor




creator
The creator of the webobject
webPageLayout
The webpagelayout causing this event
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal creator As Object, _
   ByVal webPageLayout As WebPageLayout _
)
Visual Basic (Usage)Copy Code
Dim creator As Object
Dim webPageLayout As WebPageLayout
 
Dim instance As EndCreateWebPageLayoutEventArgs(creator, webPageLayout)
C# 
public EndCreateWebPageLayoutEventArgs( 
   object creator,
   WebPageLayout webPageLayout
)

Parameters

creator
The creator of the webobject
webPageLayout
The webpagelayout causing this event

See Also

© 2010 All Rights Reserved.