Method RefreshItems
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
RefreshItems(IEnumerable<TResult>)
Refreshes the items with the specified results.
public void RefreshItems(IEnumerable<TResult> items)
Parameters
items
IEnumerable<TResult>The items to refresh.