Click or drag to resize

ItemsControlExtensionsSetRefreshOnSourceChanges Method

Sets the object that will be observed for changes. A change of the object will trigger a refresh on the collection view of the attached items control.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetRefreshOnSourceChanges(
	ItemsControl obj,
	Object? value
)

Parameters

obj
Type: System.Windows.ControlsItemsControl
The ItemsControl to refresh.
value
Type: SystemObject
The object to observe.
See Also