Freigeben über


INSOutlineViewDelegate Schnittstelle

Definition

[Foundation.Protocol(Name="NSOutlineViewDelegate", WrapperType=typeof(AppKit.NSOutlineViewDelegateWrapper))]
public interface INSOutlineViewDelegate : IDisposable, ObjCRuntime.INativeObject
type INSOutlineViewDelegate = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Erweiterungsmethoden

ColumnDidMove(INSOutlineViewDelegate, NSNotification)
ColumnDidResize(INSOutlineViewDelegate, NSNotification)
DidAddRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, nint)
DidClickTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidDragTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidRemoveRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, nint)
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, nint)
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, nint, nint)
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)
WillDisplayCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)
WillDisplayOutlineCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)

Gilt für: