ComponentOne DataObjects for .NET
AfterFill Event (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : AfterFill Event
Fired after the table has been filled with data.
Syntax
'Declaration
 
Public Event AfterFill As FillEventHandler
public event FillEventHandler AfterFill
Event Data

The event handler receives an argument of type FillEventArgs containing data related to this event. The following FillEventArgs properties provide information specific to this event.

PropertyDescription
The data set where the event has occurred.  
Filter conditions used to fill the data set.  
Used to detect which table views are being filled in the AfterFill event.  
See Also