---
title: WebViewDidBeginEditingNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webviewdidbegineditingnotification
---

# WebViewDidBeginEditingNotification

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

## Declaration

```occ
extern NSString * const WebViewDidBeginEditingNotification;
```

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

- [WebViewDidChangeNotification](webkit/webviewdidchangenotification.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)
