Click or drag to resize
CustomListGetColumnsArgs Class
Event argument class for getting column names for custom sourced Search Groups.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCustomListGetColumnsArgs

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

The CustomListGetColumnsArgs type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
List of column names, initialized. Do not add duplicates.
Public propertyHandled
Set to true if you handled the event and provided column names.
Public propertySearchGroup
Search groups which columns are queried
Top
Availability

CUSTOMTOOLS 2020 SP1


See Also

Reference

CTInterface.CustomListGetColumns(ICTDBSearchGroup, String)