ClassItemDataBindingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ItemDataBindingEventArgs : EventArgs
Inheritance: objectEventArgsItemDataBindingEventArgs
Inherited Members
Constructors
ItemDataBindingEventArgs(RadItem, object)
Declaration
cs-api-definition
public ItemDataBindingEventArgs(RadItem dataBindingItem, object dataItem)
Parameters
dataBindingItem
The RadItem that is binding.
dataItem
The object that is being bound to the DataBoundItem.
Properties
DataBindingItem
Gets the RadItem that is bound.
DataItem
Gets the object that is being bound to the DataBoundItem.
NewBindingItem
Gets the RadItem that was swapped with a new RadItem.