DVXP TEdit.NET 3.0

ProvideLookupDataEventArgs Members

ProvideLookupDataEventArgs overview

Public Instance Properties

ColumnName The name of the foreign key column
DataSet The dataset that holds current table data
IsHandled Set this property to true if you have handled this event (that is, you have filled the provided LookupTable.
LookupTable This table must be filled with data rows that will be used to populate the lookup combo box for this column. Each row contains two columns: LookupID and LookupValue. The LookupID column is used to match to the current column value, and the LookupValue is used as display value. Note: set the IsHandled property if you have handled this event and filled the table.
TableName The current table name

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ProvideLookupDataEventArgs Class | DVXP.DXTableEditor Namespace