[This is preliminary documentation and is subject to change.]

When overriden in derived class adds a new item to the list.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected abstract Object IBindingList_AddNew()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected MustOverride Function IBindingList_AddNew As Object
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
virtual Object^ IBindingList_AddNew() abstract
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract IBindingList_AddNew : unit -> Object 
JScript
protected abstract function IBindingList_AddNew() : Object

Return Value

The item added to the list.

Implements

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

Exceptions

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

See Also