Click or drag to resize

CTInterface.CustomListUpdateArgs Class

Event argument class for OnCustomListUpdate.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.CustomListUpdateArgs

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

The CTInterface.CustomListUpdateArgs 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