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




sender
Control that initiated the event.
args
Arguments for the event.
Delegate to handle initialization of the tiling scheme in the TilingSchemeInitalized event.

Syntax

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

Parameters

sender
Control that initiated the event.
args
Arguments for the event.

See Also

© 2010 All Rights Reserved.