BindingSource Events
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 | |
![]() | 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. |
Show:


