Class
AddedNewItemEventArgs

Provides access to the newly added item to allow additional initialization.

Definition

Namespace:Telerik.Windows.Controls.Data.DataForm

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class AddedNewItemEventArgs : EventArgs

Inheritance: objectEventArgsAddedNewItemEventArgs

Inherited Members EventArgs.Empty

Constructors

AddedNewItemEventArgs()

Declaration

cs-api-definition
public AddedNewItemEventArgs()

Properties

NewItem

The newly added item.

Declaration

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

Property Value

object