Click or drag to resize

CollectionCore<T>.EntityRemoving Event

Event which is raised at the start of the Remove or RemoveAt(index) routine. To cancel the remove action, set cancel to true.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public event EventHandler<CancelableCollectionChangedEventArgs> EntityRemoving

Value

Type: System.EventHandler<CancelableCollectionChangedEventArgs>

Implements

IEntityCollectionCore.EntityRemoving
See Also