# SetItemsSourceWithoutNotify(IList)

> Set the _itemsSource without raising the _itemsSourceChanged event.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
protected void SetItemsSourceWithoutNotify(IList source)
```

### Parameters

**** (\[IList]\(https\://learn.microsoft.com/dotnet/api/system.collections.ilist)): The new source.
