---
title: WebHistoryItemsAddedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistoryitemsaddednotification
---

# WebHistoryItemsAddedNotification

Posted when history items have been added to a web history.

## Declaration

```occ
extern NSString * WebHistoryItemsAddedNotification;
```

## Discussion

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

## See Also

### Related Documentation

- [addItems(_:)](webkit/webhistory/additems(_:).md)

### Notifications

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