Class ItemDataBindingEventArgs
Inheritance
System.Object
System.EventArgs
ItemDataBindingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ItemDataBindingEventArgs : EventArgs
Constructors
ItemDataBindingEventArgs(RadItem, Object)
Takes as parameters the Rad
Declaration
public ItemDataBindingEventArgs(RadItem dataBindingItem, object dataItem)
Parameters
Rad The Rad |
System. The object that is being bound to the Data |
Properties
DataBindingItem
DataItem
Gets the object that is being bound to the Data
Declaration
public object DataItem { get; }
Property Value
System.
|
NewBindingItem
Gets the Rad
Declaration
public RadItem NewBindingItem { get; set; }