New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ListItemDataBoundEventArgs(RadListDataItem newItem)
Parameters:newItemRadListDataItem

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; }