Click or drag to resize

CommandifiedListTElementRemoving Event

Raised when an element is about to be removed. The removal of the element can be cancelled through the event arguments.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public event EventHandler<CancelableListModificationEventArgs<T>> ElementRemoving

Value

Type: SystemEventHandlerCancelableListModificationEventArgsT
See Also