ClassListItemDataBoundEventArgs
Class
Provides a data item that was just bound during RadListControls data binding.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ListItemDataBoundEventArgs : EventArgs
Inheritance: objectEventArgsListItemDataBoundEventArgs
Inherited Members
Constructors
ListItemDataBoundEventArgs(RadListDataItem)
Declaration
cs-api-definition
public ListItemDataBoundEventArgs(RadListDataItem newItem)
Parameters
newItem
Properties
NewItem
Gets the data item that was just associated with a data record. The data record can be accessed through the DataBoundItem property.
Declaration
cs-api-definition
public RadListDataItem NewItem { get; }
Property Value