Adds a new item to the list.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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. |