Contents

WebViewDidEndEditingNotification

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

Declaration

extern NSString * const WebViewDidEndEditingNotification;

Discussion

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

See Also

Notifications