Click or drag to resize

LLBLGenProDataSourceBaseElementsFetched Event

Event which is raised when LivePersistence is set to true and the datasource control has performed a fetch of elements (be it entities, a typed list or a typedview). Use this event to be able to perform actions when a fetch takes place. The sender of the event is the datasource control so use that object to obtain the data fetched.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public event EventHandler ElementsFetched

Value

Type: SystemEventHandler
See Also