# SetValueWithoutNotify(TValueType)

> Allow changing value without triggering any change event.

## Definition

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

## SetValueWithoutNotify(T)

```csharp
public override void SetValueWithoutNotify(TValueType newValue)
```

### Parameters

**** (T): The new value.
