---
title: WebViewDidChangeNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webviewdidchangenotification
---

# WebViewDidChangeNotification

Posted when a web view performs any operation that changes its contents in response to user editing.

## Declaration

```occ
extern NSString * const WebViewDidChangeNotification;
```

## Discussion

Discussion The notification object is the WebView object that the user is editing. This notification does not contain a userInfo dictionary.

## See Also

### Notifications

- [WebViewDidBeginEditingNotification](webkit/webviewdidbegineditingnotification.md)
- [WebViewDidChangeSelectionNotification](webkit/webviewdidchangeselectionnotification.md)
- [WebViewDidChangeTypingStyleNotification](webkit/webviewdidchangetypingstylenotification.md)
- [WebViewDidEndEditingNotification](webkit/webviewdidendeditingnotification.md)
- [WebViewProgressEstimateChangedNotification](webkit/webviewprogressestimatechangednotification.md)
- [WebViewProgressFinishedNotification](webkit/webviewprogressfinishednotification.md)
- [WebViewProgressStartedNotification](webkit/webviewprogressstartednotification.md)
