NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BindingManager.RemoveCore

[To be supplied.]

[Visual Basic]
Overridable Protected Sub RemoveCore( _
   ByVal dataSource As Object _
)
[C#]
protected virtual void RemoveCore(
   object dataSource
);
[C++]
protected: virtual void RemoveCore(
   Object* dataSource
);
[JScript]
protected function RemoveCore(
   dataSource : Object
);

Parameters

dataSource
[To be supplied.]

See Also

BindingManager Class | BindingManager Members | System.WinForms Namespace