KaxComboBoxItemDataBound Event |
Occurs after an item is data bound to the KaxComboBox
control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event KaxComboBoxItemEventHandler ItemDataBound
Public Event ItemDataBound As KaxComboBoxItemEventHandler
public:
event KaxComboBoxItemEventHandler^ ItemDataBound {
void add (KaxComboBoxItemEventHandler^ value);
void remove (KaxComboBoxItemEventHandler^ value);
}
member ItemDataBound : IEvent<KaxComboBoxItemEventHandler,
KaxComboBoxItemEventArgs>
Value
Type:
Kettic.AspNet.ControlsKaxComboBoxItemEventHandler
RemarksThis 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