NSOutlineViewDelegate
NSOutlineViewDelegate()
NSOutlineViewDelegate(IntPtr)
NSOutlineViewDelegate(NativeHandle)
NSOutlineViewDelegate(NSObjectFlag)
ColumnDidMove(NSNotification)
ColumnDidResize(NSNotification)
DidAddRowView(NSOutlineView, NSTableRowView, nint)
DidAddRowView(NSOutlineView, NSTableRowView, nint)
DidClickTableColumn(NSOutlineView, NSTableColumn)
DidDragTableColumn(NSOutlineView, NSTableColumn)
DidRemoveRowView(NSOutlineView, NSTableRowView, nint)
DidRemoveRowView(NSOutlineView, NSTableRowView, nint)
GetCell(NSOutlineView, NSTableColumn, NSObject)
GetNextTypeSelectMatch(NSOutlineView, NSObject, NSObject, String)
GetRowHeight(NSOutlineView, NSObject)
GetSelectionIndexes(NSOutlineView, NSIndexSet)
GetSelectString(NSOutlineView, NSTableColumn, NSObject)
GetSizeToFitColumnWidth(NSOutlineView, nint)
GetSizeToFitColumnWidth(NSOutlineView, nint)
GetTintConfiguration(NSOutlineView, NSObject)
GetView(NSOutlineView, NSTableColumn, NSObject)
IsGroupItem(NSOutlineView, NSObject)
ItemDidCollapse(NSNotification)
ItemDidExpand(NSNotification)
ItemWillCollapse(NSNotification)
ItemWillExpand(NSNotification)
MouseDown(NSOutlineView, NSTableColumn)
RowViewForItem(NSOutlineView, NSObject)
SelectionDidChange(NSNotification)
SelectionIsChanging(NSNotification)
SelectionShouldChange(NSOutlineView)
ShouldCollapseItem(NSOutlineView, NSObject)
ShouldEditTableColumn(NSOutlineView, NSTableColumn, NSObject)
ShouldExpandItem(NSOutlineView, NSObject)
ShouldReorder(NSOutlineView, nint, nint)
ShouldReorder(NSOutlineView, nint, nint)
ShouldSelectItem(NSOutlineView, NSObject)
ShouldSelectTableColumn(NSOutlineView, NSTableColumn)
ShouldShowCellExpansion(NSOutlineView, NSTableColumn, NSObject)
ShouldShowOutlineCell(NSOutlineView, NSObject)
ShouldTrackCell(NSOutlineView, NSCell, NSTableColumn, NSObject)
ShouldTypeSelect(NSOutlineView, NSEvent, String)
ToolTipForCell(NSOutlineView, NSCell, CGRect, NSTableColumn, NSObject, CGPoint)
UserCanChangeVisibility(NSOutlineView, NSTableColumn)
UserDidChangeVisibility(NSOutlineView, NSTableColumn[])
WillDisplayCell(NSOutlineView, NSObject, NSTableColumn, NSObject)
WillDisplayOutlineCell(NSOutlineView, NSObject, NSTableColumn, NSObject)
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSOutlineViewDelegate", false)]
public class NSOutlineViewDelegate : NSObject, INSOutlineViewDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("outlineView:selectionIndexesForProposedSelection:")]
public virtual NSIndexSet! GetSelectionIndexes(NSOutlineView! outlineView, NSIndexSet! proposedSelectionIndexes);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API