Click or drag to resize

ItemsControlExtensionsGetRefreshOnSourceChanges Method

Gets 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 Object? GetRefreshOnSourceChanges(
	ItemsControl obj
)

Parameters

obj
Type: System.Windows.ControlsItemsControl
The ItemsControl to refresh.

Return Value

Type: Object
The object to observe.
See Also