|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| ResourceItemInserted Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Generic GISResourceItemCollection Class : ResourceItemInserted Event |
| Visual Basic (Declaration) | |
|---|---|
Public Event ResourceItemInserted() As ResourceItemInsertedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event ResourceItemInsertedEventHandler ResourceItemInserted() | |
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.
| Property | Description |
|---|---|
| Index | Index at which the resource item is inserted. |
| Item | The resource item inserted. |