BindingSource Events
.NET Framework 4.5
The BindingSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddingNew | Occurs before an item is added to the underlying list. |
|
BindingComplete | Occurs when all the clients have been bound to this BindingSource. |
|
CurrentChanged | Occurs when the currently bound item changes. |
|
CurrentItemChanged | Occurs when a property value of the Current property has changed. |
|
DataError | Occurs when a currency-related exception is silently handled by the BindingSource. |
|
DataMemberChanged | Occurs when the DataMember property value has changed. |
|
DataSourceChanged | Occurs when the DataSource property value has changed. |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
ListChanged | Occurs when the underlying list changes or an item in the list changes. |
|
PositionChanged | Occurs after the value of the Position property has changed. |
| Name | Description | |
|---|---|---|
|
ISupportInitializeNotification.Initialized | Occurs when the BindingSource is initialized. |