protected override void RemoveItem(
int index
)Protected Overrides Sub RemoveItem (
index As Integer
)protected:
virtual void RemoveItem(
int index
) overrideabstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit This method raises the ListChanged event of type ItemDeleted and CollectionChanged event of type Remove.
| InvalidOperationException | AllowRemove is and the item to remove is not an uncommitted one added by the AddNew method. |