Click or drag to resize

CommandifiedListTListClearing Event

Raised when this list is about to be cleared completely. The clearing of the list 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>> ListClearing

Value

Type: SystemEventHandlerCancelableListModificationEventArgsT
See Also