|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| ResourceItemRemoved Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Generic GISResourceItemCollection Class : ResourceItemRemoved Event |
| Visual Basic (Declaration) | |
|---|---|
Public Event ResourceItemRemoved() As ResourceItemRemovedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event ResourceItemRemovedEventHandler ResourceItemRemoved() | |
The event handler receives an argument of type ResourceItemRemovedEventArgs containing data related to this event. The following ResourceItemRemovedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Item | Item removed from the collection. |