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!

ControlBindingsCollection.RemoveCore

[To be supplied.]

[Visual Basic]
Overrides Protected Sub RemoveCore( _
   ByVal dataBinding As ListBinding _
)
[C#]
protected override void RemoveCore(
   ListBinding dataBinding
);
[C++]
protected: override void RemoveCore(
   ListBinding* dataBinding
);
[JScript]
protected override function RemoveCore(
   dataBinding : ListBinding
);

Parameters

dataBinding
[To be supplied.]

See Also

ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace