<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLSharedEventHandle",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLSharedEventHandle"
  },
  "title" : "MTLSharedEventHandle"
}
-->

# MTLSharedEventHandle

An instance you use to recreate a shareable event.

```
class MTLSharedEventHandle
```

## Overview

To create a `MTLSharedEventHandle` instance, call the [`makeSharedEventHandle()`](/documentation/Metal/MTLSharedEvent/makeSharedEventHandle()) method on an [`MTLSharedEvent`](/documentation/Metal/MTLSharedEvent) instance. Use an XPC conection to pass a `MTLSharedEventHandle` instance to another process. To recreate the event, call the [`makeSharedEvent(handle:)`](/documentation/Metal/MTLDevice/makeSharedEvent(handle:)) on an [`MTLDevice`](/documentation/Metal/MTLDevice) instance.

## Topics

### Identifying the shareable event handle

[`label`](/documentation/Metal/MTLSharedEventHandle/label)

A string that identifies the shareable event.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)