Provides a data item that was just bound during RadListControls data binding.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ListItemDataBoundEventArgs : EventArgs
Inheritance: objectEventArgsListItemDataBoundEventArgs
Inherited Members
Constructors
Properties
Gets the data item that was just associated with a data record. The data record can be accessed through the DataBoundItem property.
C#
public RadListDataItem NewItem { get; }