NSTableViewSource.SortDescriptorsChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("tableView:sortDescriptorsDidChange:")]
public virtual void SortDescriptorsChanged (AppKit.NSTableView tableView, Foundation.NSSortDescriptor[] oldDescriptors);
abstract member SortDescriptorsChanged : AppKit.NSTableView * Foundation.NSSortDescriptor[] -> unit
override this.SortDescriptorsChanged : AppKit.NSTableView * Foundation.NSSortDescriptor[] -> unit
Parameters
- tableView
- NSTableView
- oldDescriptors
- NSSortDescriptor[]
- Attributes