Click or drag to resize
IEntityCollectionCoreEntityRemoving 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.3.0.0 (5.3.0)
Syntax
event EventHandler<CancelableCollectionChangedEventArgs> EntityRemoving

Value

Type: SystemEventHandlerCancelableCollectionChangedEventArgs
See Also