FastBindingListTResetItem Method

Raises the ListChanged event of type ItemChanged at the specified position.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public void ResetItem(
	int position
)

Parameters

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

See Also