Adds a new item to the underlying list.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual Object AddNew()
Visual Basic
Public Overridable Function AddNew As Object

Return Value

The item added to the list.

Implements

IBindingList..::..AddNew()()()()

See Also