Customize StronglyTyped BindingSource Item Addition
问题 I want to customize the addition of a new item into a BindingSource (all strongly-typed) as described on the following MSDN Article: How to: Customize Item Addition with the Windows Forms BindingSource The code below results in InvalidOperationException : Objects added to a BindingSource's list must all be of the same type. Also, the object myTypesBindingSource.Current seems to be a DataRowView with my relevant row inside. How can I customize the addition of a strongly-typed BindingSource ?