Adds a new item to the underlying list.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Return Value

The item added to the list.

See Also