Click or drag to resize
CTInterfaceCustomListUpdateArgs Class
Event argument class for OnCustomListUpdate.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceCustomListUpdateArgs

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

The CTInterfaceCustomListUpdateArgs type exposes the following members.

Properties
  NameDescription
Public propertyCTDatabase
Currently active CUSTOMTOOLS database.
Public propertyCTProfile
Currently active CUSTOMTOOLS profile.
Public propertyCTUser
Currently logged in CUSTOMTOOLS user.
Public propertyLookupList
LookupList which content is queried.
Public propertyRetXml
Lookuplist data in XML format. Use CustomLookup as a helper to create valid data string.
Top
Availability

CUSTOMTOOLS 2013 SP4


See Also