Click or drag to resize
KaxListBoxItemCreated Event
Occurs when item is created.

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 KaxListBoxItemEventHandler ItemCreated

Value

Type: Kettic.AspNet.ControlsKaxListBoxItemEventHandler
Remarks
The ItemCreated event occurs before ItemDataBound and after postback if ViewState is enabled. ItemCreated is not raised for items defined inline in the ASPX.
See Also