Click or drag to resize

CustomListGetColumnsArgs Class

Event argument class for getting column names for custom sourced Search Groups.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CustomListGetColumnsArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
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
Revision History
DateVersionDescription
-2020 SP1First Release
See Also

Reference

ATR.CT.CTInterface Namespace
CustomListGetColumns(ICTDBSearchGroup, String[])