Contents

WebViewDidChangeNotification

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

Declaration

extern NSString * const WebViewDidChangeNotification;

Discussion

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

See Also

Notifications