Adds a new item to the underlying list.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Return Value

The item added to the list.

See Also