Class
DiagramItemDataBoundEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class DiagramItemDataBoundEventArgs : EventArgs

Inheritance: objectEventArgsDiagramItemDataBoundEventArgs

Inherited Members EventArgs.Empty

Constructors

DiagramItemDataBoundEventArgs(RadDiagramItem, object)

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

Declaration

cs-api-definition
public DiagramItemDataBoundEventArgs(RadDiagramItem dataBoundItem, object dataItem)

Parameters

dataBoundItem

RadDiagramItem

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 RadDiagramItem DataBoundItem { get; }

Property Value

RadDiagramItem

DataItem

Gets the object that is being bound to the DataBoundItem.

Declaration

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

Property Value

object