---
title: WebViewProgressFinishedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webviewprogressfinishednotification
---

# WebViewProgressFinishedNotification

Posted by a WebView object when the load has finished.

## Declaration

```occ
extern NSString * WebViewProgressFinishedNotification;
```

## Discussion

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

## See Also

### Related Documentation

- [estimatedProgress](webkit/webview-swift.class/estimatedprogress.md)

### Notifications

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