Click or drag to resize
LLBLGenProDataSourceBaseEntityUpdating Event
Event which is raised when this datasource control is about to perform the update action on an entity. If LivePersistence is set to false, this event is raised right before the entity to update is added to the unitofwork(2) object. Cancelling this event will abort the update action and the entity won't be inserted. The entity to update is part of the event args.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public event EventHandler<CancelableDataSourceActionEventArgs> EntityUpdating

Value

Type: SystemEventHandlerCancelableDataSourceActionEventArgs
See Also