Fired when the a lookup command is needed for the current table
The event handler receives an argument of type ProvideLookupCommandEventArgs containing data related to this event. The following ProvideLookupCommandEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ColumnName | The column to provide the command for |
| Connection | Open connection to the database. Must be assigned to the generated command |
| LookupCommand | The Lookup command |
| TableName | The table to provide the command for |
TableEditor Class | DVXP.DXTableEditor Namespace