System.ComponentModel.BindingList<T>.ResetItem Method

Raises a BindingList`1.ListChanged event of type ListChangedType.ItemChanged for the item at the specified position.

Syntax

public void ResetItem (int position)

Parameters

position
A zero-based index of the item to be reset.

Remarks

When the System.ComponentModel.BindingList`1 is bound to Windows Forms controls, the BindingList`1.ResetItem(int) method causes a refresh of controls bound to the item at the specified position.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0