MonobjcMonobjc Documented Class Library
WebHistoryAllItemsRemovedNotification Field
NamespacesMonobjc.WebKitWebHistoryWebHistoryAllItemsRemovedNotification

Posted when all history items have been removed from the web history.

The notification object is the web history from which the history items were removed. The userInfo dictionary contains the following information:

KeyValue@”WebHistoryItemsKey”An NSArray object containing the removed items.

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString WebHistoryAllItemsRemovedNotification
Public Shared ReadOnly WebHistoryAllItemsRemovedNotification As NSString
public:
static initonly NSString^ WebHistoryAllItemsRemovedNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)