[This is preliminary documentation and is subject to change.]

Raised before item is removed from the list. Raised by Remove(T) and RemoveAt(Int32) methods.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

Remarks

This event can be disabled (see AllowAddCancelableEventsHandlers. This means thatInvalidOperationException is thrown when adding handler and AllowAddCancelableEventsHandlers is False.

Do not change content of list in handler! List is locked.

Removing event is not raised when list is being cleared.

Value of parameter e's Item cannot be changed.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionAdding handler when AllowAddCancelableEventsHandlers is false

See Also