Adds a new item to the list.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Object AddNew()
Visual Basic
Public Function AddNew As Object
Visual C++
public:
virtual Object^ AddNew() sealed
F#
abstract AddNew : unit -> Object 
override AddNew : unit -> Object 

Return Value

Type: Object
The item added to the list.

Implements

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

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionAllowNew is false.

See Also