Adds a new item to the list.
Namespace: Dapfor.Net.DataAssembly: 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: ObjectThe item added to the list.
Implements
IBindingList..::..AddNew()()()()Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | AllowNew is false. |