---
title: WebHistoryAllItemsRemovedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistoryallitemsremovednotification
---

# WebHistoryAllItemsRemovedNotification

Posted when all history items have been removed from the web history.

## Declaration

```occ
extern NSString * WebHistoryAllItemsRemovedNotification;
```

## 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

- [removeAllItems()](webkit/webhistory/removeallitems().md)

### Notifications

- [WebHistoryItemChangedNotification](webkit/webhistoryitemchangednotification.md)
- [WebHistoryItemsAddedNotification](webkit/webhistoryitemsaddednotification.md)
- [WebHistoryItemsRemovedNotification](webkit/webhistoryitemsremovednotification.md)
- [WebHistoryLoadedNotification](webkit/webhistoryloadednotification.md)
- [WebHistorySavedNotification](webkit/webhistorysavednotification.md)
