Class
ItemDataBindingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ItemDataBindingEventArgs : EventArgs

Inheritance: objectEventArgsItemDataBindingEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemDataBindingEventArgs(RadItem, object)

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

Declaration

cs-api-definition
public ItemDataBindingEventArgs(RadItem dataBindingItem, object dataItem)

Parameters

dataBindingItem

RadItem

The RadItem that is binding.

dataItem

object

The object that is being bound to the DataBoundItem.

Properties

DataBindingItem

Gets the RadItem that is bound.

Declaration

cs-api-definition
public RadItem DataBindingItem { 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

NewBindingItem

Gets the RadItem that was swapped with a new RadItem.

Declaration

cs-api-definition
public RadItem NewBindingItem { get; set; }

Property Value

RadItem