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




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

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.