Contents

WebViewDidBeginEditingNotification

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

Declaration

extern NSString * const WebViewDidBeginEditingNotification;

Discussion

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

See Also

Notifications