[To be supplied.]
[Visual Basic] Overridable Protected Sub AddCore( _ ByVal dataSource As Object, _ ByVal listManager As ListManager _ ) [C#] protected virtual void AddCore( object dataSource, ListManager listManager ); [C++] protected: virtual void AddCore( Object* dataSource, ListManager* listManager ); [JScript] protected function AddCore( dataSource : Object, listManager : ListManager );
Exception Type | Condition |
---|---|
ArgumentNullException | The dataSource is a null reference (in Visual Basic Nothing).
-Or- The listManager is a null reference (Nothing). |
BindingManager Class | BindingManager Members | System.WinForms Namespace