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

Value

Type: SystemEventHandlerCancelableCollectionChangedEventArgs

Implements

IEntityCollectionCoreEntityAdding
See Also