Share via


NSOutlineViewDataSource_Extensions Class

Definition

Extension methods to the INSOutlineViewDataSource interface to support all the methods from the NSOutlineViewDataSource protocol.

public static class NSOutlineViewDataSource_Extensions
type NSOutlineViewDataSource_Extensions = class
Inheritance
NSOutlineViewDataSource_Extensions

Remarks

The extension methods for INSOutlineViewDataSource interface allow developers to treat instances of the interface as having all the optional methods of the original NSOutlineViewDataSource 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(INSOutlineViewDataSource, NSOutlineView, INSDraggingInfo, NSObject, IntPtr)
DraggingSessionEnded(INSOutlineViewDataSource, NSOutlineView, NSDraggingSession, CGPoint, NSDragOperation)
DraggingSessionWillBegin(INSOutlineViewDataSource, NSOutlineView, NSDraggingSession, CGPoint, NSArray)
FilesDropped(INSOutlineViewDataSource, NSOutlineView, NSUrl, NSArray)
GetChild(INSOutlineViewDataSource, NSOutlineView, IntPtr, NSObject)
GetChildrenCount(INSOutlineViewDataSource, NSOutlineView, NSObject)
GetObjectValue(INSOutlineViewDataSource, NSOutlineView, NSTableColumn, NSObject)
ItemExpandable(INSOutlineViewDataSource, NSOutlineView, NSObject)
ItemForPersistentObject(INSOutlineViewDataSource, NSOutlineView, NSObject)
OutlineViewwriteItemstoPasteboard(INSOutlineViewDataSource, NSOutlineView, NSArray, NSPasteboard)
PasteboardWriterForItem(INSOutlineViewDataSource, NSOutlineView, NSObject)
PersistentObjectForItem(INSOutlineViewDataSource, NSOutlineView, NSObject)
SetObjectValue(INSOutlineViewDataSource, NSOutlineView, NSObject, NSTableColumn, NSObject)
SortDescriptorsChanged(INSOutlineViewDataSource, NSOutlineView, NSSortDescriptor[])
UpdateDraggingItemsForDrag(INSOutlineViewDataSource, NSOutlineView, INSDraggingInfo)
ValidateDrop(INSOutlineViewDataSource, NSOutlineView, INSDraggingInfo, NSObject, IntPtr)

Applies to