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