BindingList<T>::ResetItem Method (Int32)
.NET Framework (current version)
Raises a ListChanged event of type ItemChanged for the item at the specified position.
Assembly: System (in System.dll)
Parameters
- position
-
Type:
System::Int32
A zero-based index of the item to be reset.
When the BindingList<T> is bound to Windows Forms controls, the ResetItem method causes a refresh of controls bound to the item at the specified position.
.NET Framework
Available since 2.0
Available since 2.0
Show: