ClassDiagramItemDataBoundEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class DiagramItemDataBoundEventArgs : EventArgs
Inheritance: objectEventArgsDiagramItemDataBoundEventArgs
Inherited Members
Constructors
DiagramItemDataBoundEventArgs(RadDiagramItem, object)
Declaration
cs-api-definition
public DiagramItemDataBoundEventArgs(RadDiagramItem 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.
Declaration
cs-api-definition
public RadDiagramItem DataBoundItem { get; }
Property Value
DataItem
Gets the object that is being bound to the DataBoundItem.