Click or drag to resize
LLBLGenProDataSourceBaseEntityUpdated Event
Event which is raised when LivePersistence is set to true and an entity was updated successfully. The updated entity 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<DataSourceActionEventArgs> EntityUpdated

Value

Type: SystemEventHandlerDataSourceActionEventArgs
Remarks
Be aware that if you're using Adapter the entity is in general 'out-of-sync' so you can only access PK values without a problem.
See Also