KaxListBoxItemCreated Event |
Occurs when item is created.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event KaxListBoxItemEventHandler ItemCreated
Public Event ItemCreated As KaxListBoxItemEventHandler
public:
event KaxListBoxItemEventHandler^ ItemCreated {
void add (KaxListBoxItemEventHandler^ value);
void remove (KaxListBoxItemEventHandler^ value);
}
member ItemCreated : IEvent<KaxListBoxItemEventHandler,
KaxListBoxItemEventArgs>
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