Share via


NSOutlineViewDelegate_Extensions Class

Definition

Extension methods to the INSOutlineViewDelegate interface to support all the methods from the NSOutlineViewDelegate protocol.

public static class NSOutlineViewDelegate_Extensions
type NSOutlineViewDelegate_Extensions = class
Inheritance
NSOutlineViewDelegate_Extensions

Remarks

The extension methods for INSOutlineViewDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original NSOutlineViewDelegate 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
ColumnDidMove(INSOutlineViewDelegate, NSNotification)
ColumnDidResize(INSOutlineViewDelegate, NSNotification)
DidAddRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, IntPtr)
DidClickTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidDragTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidRemoveRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, IntPtr)
GetCell(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
GetNextTypeSelectMatch(INSOutlineViewDelegate, NSOutlineView, NSObject, NSObject, String)
GetRowHeight(INSOutlineViewDelegate, NSOutlineView, NSObject)
GetSelectionIndexes(INSOutlineViewDelegate, NSOutlineView, NSIndexSet)
GetSelectString(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
GetSizeToFitColumnWidth(INSOutlineViewDelegate, NSOutlineView, IntPtr)
GetTintConfiguration(INSOutlineViewDelegate, NSOutlineView, NSObject)
GetView(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
IsGroupItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ItemDidCollapse(INSOutlineViewDelegate, NSNotification)
ItemDidExpand(INSOutlineViewDelegate, NSNotification)
ItemWillCollapse(INSOutlineViewDelegate, NSNotification)
ItemWillExpand(INSOutlineViewDelegate, NSNotification)
MouseDown(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
RowViewForItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
SelectionDidChange(INSOutlineViewDelegate, NSNotification)
SelectionIsChanging(INSOutlineViewDelegate, NSNotification)
SelectionShouldChange(INSOutlineViewDelegate, NSOutlineView)
ShouldCollapseItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldEditTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
ShouldExpandItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldReorder(INSOutlineViewDelegate, NSOutlineView, IntPtr, IntPtr)
ShouldSelectItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldSelectTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
ShouldShowCellExpansion(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
ShouldShowOutlineCell(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldTrackCell(INSOutlineViewDelegate, NSOutlineView, NSCell, NSTableColumn, NSObject)
ShouldTypeSelect(INSOutlineViewDelegate, NSOutlineView, NSEvent, String)
ToolTipForCell(INSOutlineViewDelegate, NSOutlineView, NSCell, CGRect, NSTableColumn, NSObject, CGPoint)
UserCanChangeVisibility(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
UserDidChangeVisibility(INSOutlineViewDelegate, NSOutlineView, NSTableColumn[])
WillDisplayCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)
WillDisplayOutlineCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)

Applies to