# StopEventName

> The default name of the stop event.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.VFX](/engine/6000.0/script-reference/unityengine/vfx.md)
* **Assembly:** UnityEngine.VFXModule

```csharp
public const string StopEventName = "OnStop"
```

### Remarks

Additional Resources: [VisualEffectAsset.StopEventID](/engine/6000.0/script-reference/unityengine/vfx/visualeffectasset/stopeventid.md).
