Click or drag to resize

CollectionCoreTEntityRemoving 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.9.0.0 (5.9.0)
Syntax
public event EventHandler<CancelableCollectionChangedEventArgs> EntityRemoving

Value

Type: SystemEventHandlerCancelableCollectionChangedEventArgs

Implements

IEntityCollectionCoreEntityRemoving
See Also