MonobjcMonobjc Documented Class Library
NSOutlineViewItemDidExpandNotification Field
NamespacesMonobjc.AppKitNSOutlineViewNSOutlineViewItemDidExpandNotification

Posted whenever an item is expanded in an NSOutlineView object.

The notification object is the NSOutlineView object in which an item was expanded. The userInfo dictionary contains the following information:

KeyValue@"NSObject"The item that was expanded (an id)

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSOutlineViewItemDidExpandNotification
Public Shared ReadOnly NSOutlineViewItemDidExpandNotification As NSString
public:
static initonly NSString^ NSOutlineViewItemDidExpandNotification
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.AppKit (Module: Monobjc.AppKit)