# How to: Raise Change Notifications Using a BindingSource and the INotifyPropertyChanged Interface The <xref:System.Windows.Forms.BindingSource> component will automatically detect changes in a data ...
If you want to bind a Windows Form control to the results obtained from calling an XML Web service, you can use a <xref:System.Windows.Forms.BindingSource> component. This procedure is similar to ...