dotnetmonitor.com |
|
||||||||||||
| 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 | ||||||||||||
|
||||||||||||