ModelingBindingSource.AddNew Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new item to the underlying list.
public:
override System::Object ^ AddNew();
public override object AddNew ();
override this.AddNew : unit -> obj
Public Overrides Function AddNew () As Object
Returns
The new item.
Exceptions
Occurs if the AllowNew flag is set to false.