ClassItemDataBoundEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ItemDataBoundEventArgs : EventArgs
Inheritance: objectEventArgsItemDataBoundEventArgs
Inherited Members
Constructors
ItemDataBoundEventArgs(RadItem, object)
Declaration
cs-api-definition
public ItemDataBoundEventArgs(RadItem dataBoundItem, object dataItem)
Parameters
dataBoundItem
The RadItem that is bound.
dataItem
The object that is being bound to the DataBoundItem.
Properties
DataBoundItem
Gets the RadItem that is bound.
DataItem
Gets the object that is being bound to the DataBoundItem.