ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceItemInserted Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Generic GISResourceItemCollection Class : ResourceItemInserted Event




Event fired when a resource item is inserted into the collection.

Syntax

Visual Basic (Declaration) 
Public Event ResourceItemInserted() As ResourceItemInsertedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As GISResourceItemCollection(Of T)
Dim handler As ResourceItemInsertedEventHandler
 
AddHandler instance.ResourceItemInserted, handler
C# 
public event ResourceItemInsertedEventHandler ResourceItemInserted()

Event Data

The event handler receives an argument of type ResourceItemInsertedEventArgs containing data related to this event. The following ResourceItemInsertedEventArgs properties provide information specific to this event.

PropertyDescription
Index Index at which the resource item is inserted.
Item The resource item inserted.

See Also

© 2010 All Rights Reserved.