Class
ItemDataBoundEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ItemDataBoundEventArgs : EventArgs

Inheritance: objectEventArgsItemDataBoundEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemDataBoundEventArgs(RadItem, object)

Takes as parameters the RadItem that is bound and the object that is being bound to the RadItem.

Declaration

cs-api-definition
public ItemDataBoundEventArgs(RadItem dataBoundItem, object dataItem)

Parameters

dataBoundItem

RadItem

The RadItem that is bound.

dataItem

object

The object that is being bound to the DataBoundItem.

Properties

DataBoundItem

Gets the RadItem that is bound.

Declaration

cs-api-definition
public RadItem DataBoundItem { get; }

Property Value

RadItem

DataItem

Gets the object that is being bound to the DataBoundItem.

Declaration

cs-api-definition
public object DataItem { get; }

Property Value

object