---
title: WebViewDidChangeSelectionNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webviewdidchangeselectionnotification
---

# WebViewDidChangeSelectionNotification

Posted when a web view changes its typing selection.

## Declaration

```occ
extern NSString * const WebViewDidChangeSelectionNotification;
```

## Discussion

Discussion The notification object is the WebView that changed its typing selection. This notification does not contain a userInfo dictionary.

## See Also

### Notifications

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