Click or drag to resize
CTInterfaceOnLookupListFillArgs Class
Event argument class for OnLookupListFill.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceOnLookupListFillArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class OnLookupListFillArgs : EventArgs

The CTInterfaceOnLookupListFillArgs type exposes the following members.

Properties
  NameDescription
Public propertyContextParams
Execution context parameters.
Public propertyDisplayKey
[0, 15]: Value/key used as the property's display value in the lookuplist. This is same as MainKey by default. Override must be set to TRUE.
Public propertyMainKey
[0, 15]: Value/key used as the property's save value of the list item. Override must be set to TRUE.
Public propertyOverride
Must be set to TRUE to override Main/Display keys.
Public propertyProperty
Property which lookuplist is about to get filled. Type of the property must be Hierarchical Combo.
Top
Availability

CUSTOMTOOLS 2013 SP4


See Also