MonobjcMonobjc Documented Class Library
OutlineViewSortDescriptorsDidChange Method (outlineView, oldDescriptors)
NamespacesMonobjc.AppKitINSOutlineViewDataSourceOutlineViewSortDescriptorsDidChange(NSOutlineView, NSArray)

Invoked by an outline view to notify the data source that the descriptors changed and the data may need to be resorted.

Original signature is '- (void)outlineView:(NSOutlineView *)outlineView sortDescriptorsDidChange:(NSArray *)oldDescriptors'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void OutlineViewSortDescriptorsDidChange(
	NSOutlineView outlineView,
	NSArray oldDescriptors
)
Sub OutlineViewSortDescriptorsDidChange ( _
	outlineView As NSOutlineView, _
	oldDescriptors As NSArray _
)
void OutlineViewSortDescriptorsDidChange(
	NSOutlineView^ outlineView, 
	NSArray^ oldDescriptors
)
Parameters
outlineView (NSOutlineView)
The outline view that sent the message.
oldDescriptors (NSArray)
An array that contains the previous descriptors.
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)