Click or drag to resize

IEntityCollectionCore.EntityAdding Event

Event which is raised at the start of the Add or Insert(index) routine. To cancel the addition action, set cancel to true.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
event EventHandler<CancelableCollectionChangedEventArgs> EntityAdding

Value

Type: System.EventHandler<CancelableCollectionChangedEventArgs>
See Also