ModelingBindingSource.OnListChanged(ListChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the list has been changed this method is called in order to reset the store event handlers and reset the state of a valid datasource.
protected:
override void OnListChanged(System::ComponentModel::ListChangedEventArgs ^ e);
protected override void OnListChanged (System.ComponentModel.ListChangedEventArgs e);
override this.OnListChanged : System.ComponentModel.ListChangedEventArgs -> unit
Protected Overrides Sub OnListChanged (e As ListChangedEventArgs)
Parameters
Event arguments to be passed out with the event.