C# Class CmisSync.OutlineViewDelegate

Inheritance: NSOutlineViewDelegate
Mostrar archivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
GetCell ( NSOutlineView view, NSTableColumn column, MonoMac item ) : MonoMac.AppKit.NSCell
ItemDidExpand ( NSNotification notification ) : void
SelectionDidChange ( NSNotification notification ) : void

Method Details

GetCell() public method

public GetCell ( NSOutlineView view, NSTableColumn column, MonoMac item ) : MonoMac.AppKit.NSCell
view NSOutlineView
column NSTableColumn
item MonoMac
return MonoMac.AppKit.NSCell

ItemDidExpand() public method

public ItemDidExpand ( NSNotification notification ) : void
notification NSNotification
return void

SelectionDidChange() public method

public SelectionDidChange ( NSNotification notification ) : void
notification NSNotification
return void