# Sandbox.Component.IPressable.Release

```csharp
void Release(Event e)
```

To be called when the press finishes. You should only call this
after a successful press - ie when Press hass returned true.

### Parameters

- `e` (`Event`)

Declared in [Sandbox.Component.IPressable](/api/Sandbox.Component.IPressable).
Assembly: `Sandbox.Engine`.
