The NewItemEventArgs type exposes the following members.

Constructors

  NameDescription
NewItemEventArgs
Initializes a new instance of the NewItemEventArgs class.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
Cancel
Gets or sets a value indicating whether the creation of the new item is cancelled.
Item
Gets or sets the newly creating item.
Parameters
Gets the list of parameters that can be used for creating the new item.
ParentEntity
Gets the parent entity of the new item.
ParentItem
Gets the parent item of the new item.

See Also