---
title: WebHistoryItemsRemoved
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/webhistoryitemsremoved
---

# WebHistoryItemsRemoved

Posted when items have been removed from the web history.

## Declaration

```swift
static let WebHistoryItemsRemoved: NSNotification.Name
```

## Discussion

Discussion The notification object is the web history from which the history items were removed. The userInfo dictionary contains the following information:  |   |

## See Also

### Related Documentation

- [removeItems(_:)](webkit/webhistory/removeitems(_:).md)

### WebKit

- [WebHistoryAllItemsRemoved](foundation/nsnotification/name-swift.struct/webhistoryallitemsremoved.md)
- [WebHistoryItemChanged](foundation/nsnotification/name-swift.struct/webhistoryitemchanged.md)
- [WebHistoryItemsAdded](foundation/nsnotification/name-swift.struct/webhistoryitemsadded.md)
- [WebHistoryLoaded](foundation/nsnotification/name-swift.struct/webhistoryloaded.md)
- [WebHistorySaved](foundation/nsnotification/name-swift.struct/webhistorysaved.md)
- [WebPreferencesChanged](foundation/nsnotification/name-swift.struct/webpreferenceschanged.md)
- [WebViewDidBeginEditing](foundation/nsnotification/name-swift.struct/webviewdidbeginediting.md)
- [WebViewDidChange](foundation/nsnotification/name-swift.struct/webviewdidchange.md)
- [WebViewDidChangeSelection](foundation/nsnotification/name-swift.struct/webviewdidchangeselection.md)
- [WebViewDidChangeTypingStyle](foundation/nsnotification/name-swift.struct/webviewdidchangetypingstyle.md)
- [WebViewDidEndEditing](foundation/nsnotification/name-swift.struct/webviewdidendediting.md)
- [WebViewProgressEstimateChanged](foundation/nsnotification/name-swift.struct/webviewprogressestimatechanged.md)
- [WebViewProgressFinished](foundation/nsnotification/name-swift.struct/webviewprogressfinished.md)
- [WebViewProgressStarted](foundation/nsnotification/name-swift.struct/webviewprogressstarted.md)
