Click or drag to resize

CTInterfaceOnLookupListFill Event

Invoked when CUSTOMTOOLS fills up Lookuplist items for Hierarchical Combo. With this event it's possible to use value/key as saved value while displaying a different corresponding value/key in the GUI.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<CTInterfaceOnLookupListFillArgs> OnLookupListFill

Value

EventHandlerCTInterfaceOnLookupListFillArgs
Revision History
DateVersionDescription
-2013 SP4First Release
See Also