MonobjcMonobjc Documented Class Library
WebHistoryItemsAddedNotification Field
NamespacesMonobjc.WebKitWebHistoryWebHistoryItemsAddedNotification

Posted when history items have been added to a web history.

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

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

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

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString WebHistoryItemsAddedNotification
Public Shared ReadOnly WebHistoryItemsAddedNotification As NSString
public:
static initonly NSString^ WebHistoryItemsAddedNotification
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)