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.3.0.0 (1.3.17.0314)
Syntax
public event EventHandler<CancelableListModificationEventArgs<T>> ElementRemoving

Value

Type: SystemEventHandlerCancelableListModificationEventArgsT
See Also