System.Windows.Forms.BindingSource: Event Members

The events of System.Windows.Forms.BindingSource are listed below. For a list of all members, see the BindingSource Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Events

AddingNew

Occurs before an item is added to the underlying list.

BindingComplete

Occurs when all the clients have been bound to this System.Windows.Forms.BindingSource.

CurrentChanged

Occurs when the currently bound item changes.

CurrentItemChanged

Occurs when a property value of the BindingSource.Current property has changed.

DataError

Occurs when a currency-related exception is silently handled by the System.Windows.Forms.BindingSource.

DataMemberChanged

Occurs when the BindingSource.DataMember property value has changed.

DataSourceChanged

Occurs when the BindingSource.DataSource property value has changed.

ListChanged

Occurs when the underlying list changes or an item in the list changes.

PositionChanged

Occurs after the value of the BindingSource.Position property has changed.