Occurs when all the clients have been bound to this System.Windows.Forms.BindingSource.
The BindingSource.BindingComplete event occurs after all the clients, typically controls, have been bound to the current System.Windows.Forms.BindingSource. The handler of this event can take the appropriate action based on the success, error, or exceptions in the binding process, by examining the BindingCompleteEventArgs.BindingCompleteState property of the System.Windows.Forms.BindingCompleteEventArgs parameter.
For more information about handling events, see Consuming Events.