Click or drag to resize

CTInterfaceExecuteSearchGroupSearchArgs Class

Event argument class for OnExecuteSearchGroupSearch.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceExecuteSearchGroupSearchArgs

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

The CTInterfaceExecuteSearchGroupSearchArgs type exposes the following members.

Properties
 NameDescription
Public propertyCTDatabase Currently active CUSTOMTOOLS database.
Public propertyCTSearchGroup Search Group which search query is executed.
Public propertyCTSearchParam Search parameters.
Public propertyHandled Flag that indicates if a script-addin has returned a resultset or not. This is automatically set to TRUE when SetResultset(ListCTExtDataSrcSearchResult) is called.
Public propertyResultSet Getter for the resultset returned by the script-addin. Use SetResultset(ListCTExtDataSrcSearchResult) as setter.
Top
Methods
 NameDescription
Public methodSetResultset Sets the resultset to be shown for user when Search Group search is performed. Sets also Handled to TRUE.
Top
Revision History
DateVersionDescription
-2013 SP4First Release
See Also