| C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : BeforeFill Event |
'Declaration Public Event BeforeFill As FillEventHandler
public event FillEventHandler BeforeFill
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.
| Property | Description |
|---|---|
| DataSet | The data set where the event has occurred. |
| Filter | Filter conditions used to fill the data set. |
| TableViewNames | Used to detect which table views are being filled in the AfterFill event. |
In this event, you can add filter conditions to Filter before passing the request on to the server.