MonobjcMonobjc Documented Class Library
NSOutlineViewColumnDidMoveNotification Field
NamespacesMonobjc.AppKitNSOutlineViewNSOutlineViewColumnDidMoveNotification

Posted whenever a column is moved by user action in an NSOutlineView object.

The notification object is the NSOutlineView object in which a column moved. The userInfo dictionary contains the following information:

KeyValue@"NSOldColumn"An NSNumber object containing the integer value of the column’s original index@"NSNewColumn"An NSNumber object containing the integer value of the column’s present index

Available in Mac OS X v10.0 and later.

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