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




sender
Control that initiated the event.
args
Arguments for the event.
Delegate to handle the ContentsChanged event.

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.