---
title: removedNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uipasteboard/removednotification
---

# removedNotification

A notification that a pasteboard object posts just before an app removes it.

## Declaration

```swift
nonisolated class let removedNotification: NSNotification.Name
```

## Discussion

Discussion The removal class method is remove(withName:). There is no userInfo dictionary.

## See Also

### Notifications

- [changedNotification](uikit/uipasteboard/changednotification.md)
