Click or drag to resize
CommandifiedList<T>.ListClearing 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.3.0.0 (1.3.17.0314)
Syntax
public event EventHandler<CancelableListModificationEventArgs<T>> ListClearing

Value

Type: System.EventHandler<CancelableListModificationEventArgs<T>>
See Also