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.12.0.0 (5.12.0)
Syntaxevent EventHandler<CancelableCollectionChangedEventArgs> EntityRemoving
Event EntityRemoving As EventHandler(Of CancelableCollectionChangedEventArgs)
Value
Type:
SystemEventHandlerCancelableCollectionChangedEventArgs
See Also