Click or drag to resize

TemplatedDropDownListOnItemDataBound Method

Fires after an item in the drop-down list is data-bound but before it is rendered on the page.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected virtual void OnItemDataBound(
	TemplatedDropDownListItemEventArgs e
)

Parameters

e
Type: Dynamicweb.ControlsTemplatedDropDownListItemEventArgs
Event arguments.
Remarks