# isImmediatePropagationStopped

> Indicates whether EventBase.StopImmediatePropagation() was called for this event.

## Definition

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

```csharp
public bool isImmediatePropagationStopped { get; }
```

### Remarks

Additional Resources: [\_isPropagationStopped](/engine/6000.5/script-reference/unityengine/uielements/eventbase/ispropagationstopped.md)
