---
title: ManipulationEvents.DidHandOff
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/manipulationevents/didhandoff
---

# ManipulationEvents.DidHandOff

The event that occurs during a manipulation gesture when someone passes an entity from one hand to the other.

## Declaration

```swift
struct DidHandOff
```

## Topics

### Instance Properties

- [entity](realitykit/manipulationevents/didhandoff/entity.md)
- [newInputDeviceSet](realitykit/manipulationevents/didhandoff/newinputdeviceset.md)
- [oldInputDeviceSet](realitykit/manipulationevents/didhandoff/oldinputdeviceset.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Detecting manipulation gesture events

- [ManipulationEvents.WillBegin](realitykit/manipulationevents/willbegin.md)
- [ManipulationEvents.DidUpdateTransform](realitykit/manipulationevents/didupdatetransform.md)
- [ManipulationEvents.WillRelease](realitykit/manipulationevents/willrelease.md)
- [ManipulationEvents.WillEnd](realitykit/manipulationevents/willend.md)
