# EventPropagation

> Value that determines if a event handler stops propagation of events or allows it to continue.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public enum EventPropagation
```

## Fields

| Value                                                                                                       | Description                                    |
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [Continue](/engine/6000.7/script-reference/unityeditor/experimental/graphview/eventpropagation/continue.md) | Continue event propagation after this handler. |
| [Stop](/engine/6000.7/script-reference/unityeditor/experimental/graphview/eventpropagation/stop.md)         | Stop event propagation after this handler.     |
