DVXP TEdit.NET 3.0

TableEditor.ProvideLookupCommand Event

Fired when the a lookup command is needed for the current table

[Visual Basic]
Public Event ProvideLookupCommand As ProvideLookupCommandEventHandler
[C#]
public event ProvideLookupCommandEventHandler ProvideLookupCommand;

Event Data

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.

PropertyDescription
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

See Also

TableEditor Class | DVXP.DXTableEditor Namespace