Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingList<T>::ResetItem Method (Int32)

 

Raises a ListChanged event of type ItemChanged for the item at the specified position.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
void ResetItem(
	int position
)

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
Return to top
Show:
© 2017 Microsoft