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




sender
Control originating the event.
args
Event arguments for a resource item moved.
Delegate to handle the event of an item moved within the collection.

Syntax

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

Parameters

sender
Control originating the event.
args
Event arguments for a resource item moved.

See Also

© 2010 All Rights Reserved.