Click or drag to resize
KaxComboBoxItemDataBound Event

Occurs after an item is data bound to the KaxComboBox control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event KaxComboBoxItemEventHandler ItemDataBound

Value

Type: Kettic.AspNet.ControlsKaxComboBoxItemEventHandler
Remarks

This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is nulled out and no longer available.

See Also