BindingSource.CurrentChanged Event
Assembly: System.Windows.Forms (in system.windows.forms.dll)
The CurrentChanged event is raised whenever the Current property changes for any of the following reasons:
-
The current position of the List changes.
-
The DataSource or DataMember properties change.
-
The membership of the underlying List changes, which causes Position to refer to a different item. Examples include adding or deleting an item before the current item, deleting or moving the current item itself, or moving an item to the current position.
-
The underlying list is refreshed by a new sorting or filtering operation.
CurrentChanged is the default event for the BindingSource class.
For more information about handling events, see Consuming Events.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.