Class AddedNewItemEventArgs
Provides access to the newly added item to allow additional initialization.
Inheritance
System.Object
AddedNewItemEventArgs
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class AddedNewItemEventArgs : EventArgs
Constructors
AddedNewItemEventArgs()
Declaration
public AddedNewItemEventArgs()
Properties
NewItem
The newly added item.
Declaration
public object NewItem { get; }
Property Value
System.Object
|