Version

DataBound Field (ComboClientEvents)

Event which is raised after data binding is complete. Function takes arguments evt and ui. Use ui.owner to obtain reference to igCombo performing the data binding. Use ui.dataView to get a reference to the data igCombo is databound to. Use ui.success to see if the databinding was performed correctly. Use ui.errorMessage to get the error message if the databinding failed.
Syntax
'Declaration
 
Public Const DataBound As System.String
public const System.string DataBound
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub