Click or drag to resize

LazyListTInvalidate Method

Invalidates an element, forcing it to be computed again if evaluated.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Invalidate(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element.
See Also