---
title: WebHistoryItemChangedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistoryitemchangednotification
---

# WebHistoryItemChangedNotification

Posted by a WebHistoryItem object when the value of the history item’s title, alternate title, URL strings, or last visited interval changes.

## Declaration

```occ
extern NSString * WebHistoryItemChangedNotification;
```

## Discussion

Discussion This notification does not contain a userInfo dictionary.

## See Also

### Related Documentation

- [alternateTitle](webkit/webhistoryitem/alternatetitle.md)

### Notifications

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