Class ListItemDataBindingEventArgs
Allows setting custom instances of the data items in RadListControl.
Inheritance
System.Object
System.EventArgs
ListItemDataBindingEventArgs
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 ListItemDataBindingEventArgs : EventArgs
Constructors
ListItemDataBindingEventArgs()
Declaration
public ListItemDataBindingEventArgs()
Properties
NewItem
Gets or sets a data item that will be used to store logical information to represent data records.
Declaration
public RadListDataItem NewItem { get; set; }
Property Value
RadListDataItem
|