Share via


NSTableViewDataSource_Extensions Class

Definition

Extension methods to the INSTableViewDataSource interface to support all the methods from the NSTableViewDataSource protocol.

public static class NSTableViewDataSource_Extensions
type NSTableViewDataSource_Extensions = class
Inheritance
NSTableViewDataSource_Extensions

Remarks

The extension methods for INSTableViewDataSource interface allow developers to treat instances of the interface as having all the optional methods of the original NSTableViewDataSource protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
AcceptDrop(INSTableViewDataSource, NSTableView, INSDraggingInfo, IntPtr, NSTableViewDropOperation)
DraggingSessionEnded(INSTableViewDataSource, NSTableView, NSDraggingSession, CGPoint, NSDragOperation)
DraggingSessionWillBegin(INSTableViewDataSource, NSTableView, NSDraggingSession, CGPoint, NSIndexSet)
FilesDropped(INSTableViewDataSource, NSTableView, NSUrl, NSIndexSet)
GetObjectValue(INSTableViewDataSource, NSTableView, NSTableColumn, IntPtr)
GetPasteboardWriterForRow(INSTableViewDataSource, NSTableView, IntPtr)
GetRowCount(INSTableViewDataSource, NSTableView)
SetObjectValue(INSTableViewDataSource, NSTableView, NSObject, NSTableColumn, IntPtr)
SortDescriptorsChanged(INSTableViewDataSource, NSTableView, NSSortDescriptor[])
UpdateDraggingItems(INSTableViewDataSource, NSTableView, INSDraggingInfo)
ValidateDrop(INSTableViewDataSource, NSTableView, INSDraggingInfo, IntPtr, NSTableViewDropOperation)
WriteRows(INSTableViewDataSource, NSTableView, NSIndexSet, NSPasteboard)

Applies to