ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
EndCreateWebPageLayoutEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : EndCreateWebPageLayoutEventHandler Delegate




sender
Control that initiated the event.
args
Arguments that include the creator of the page.
Delegate to handle events on the ending of web page layout creation

Syntax

Visual Basic (Declaration) 
Public Delegate Sub EndCreateWebPageLayoutEventHandler( _
   ByVal sender As Object, _
   ByVal args As EndCreateWebPageLayoutEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New EndCreateWebPageLayoutEventHandler(AddressOf HandlerMethod)
C# 
public delegate void EndCreateWebPageLayoutEventHandler( 
   object sender,
   EndCreateWebPageLayoutEventArgs args
)

Parameters

sender
Control that initiated the event.
args
Arguments that include the creator of the page.

See Also

© 2010 All Rights Reserved.