ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ResourceItemMoved Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Generic GISResourceItemCollection Class : ResourceItemMoved Event |
Visual Basic (Declaration) | |
---|---|
Public Event ResourceItemMoved() As ResourceItemMovedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ResourceItemMovedEventHandler ResourceItemMoved() |
The event handler receives an argument of type ResourceItemMovedEventArgs containing data related to this event. The following ResourceItemMovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FromIndex | The previous index of the item. |
Item | The resource item moved. |
ToIndex | The new index of the item. |