The ObjectBindingSource type exposes the following members.

Events

  NameDescription
AddingNew
Occurs before an item is added to the underlying list.
(Inherited from BindingSource.)
BindingComplete
Occurs when all the clients have been bound to this BindingSource.
(Inherited from BindingSource.)
CurrentChanged
Occurs when the currently bound item changes.
(Inherited from BindingSource.)
CurrentItemChanged
Occurs when a property value of the Current property has changed.
(Inherited from BindingSource.)
DataError
Occurs when a currency-related exception is silently handled by the BindingSource.
(Inherited from BindingSource.)
DataMemberChanged
Occurs when the DataMember property value has changed.
(Inherited from BindingSource.)
DataSourceChanged
Occurs when the DataSource property value has changed.
(Inherited from BindingSource.)
ListChanged
Occurs when the underlying list changes or an item in the list changes.
(Inherited from BindingSource.)
PositionChanged
Occurs after the value of the Position property has changed.
(Inherited from BindingSource.)

See Also