dotnetmonitor.com

 
Index
Previous
Next

 

A common binding request is the ability to suspend and resume binding for a data source. In V1 and V1.1 the CurrencyManager provided SuspendBinding() and ResumeBinding() methods but these only worked for Simple Binding. When binding through a BindingSource, you can suspend both simple and complex binding by having the BindingSource disable firing of ListChanged events (ListChanged events control binding). To do this, set the BindingSource RaiseListChangedEvents property to false
Simple Binding
Complex Binding
Using Simple Binding with a List
Sample: Simple Binding to a List (VS 2005) (VS Project: DataBinding Intro)
Type Conversion
Formatting