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) Version: 25.0
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.
Public propertyUserInvoked True if Custom list update was initiated by user; false otherwise, e.g., on CUSTOMTOOLS startup.
Top
Revision History
DateVersionDescription
-2013 SP4First Release
-2022 SP0 Extended with UserInvoked
See Also