C# Class CmisSync.OutlineViewDelegate

Inheritance: NSOutlineViewDelegate
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

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

Method Details

GetCell() public méthode

public GetCell ( NSOutlineView view, NSTableColumn column, MonoMac item ) : MonoMac.AppKit.NSCell
view NSOutlineView
column NSTableColumn
item MonoMac
Résultat MonoMac.AppKit.NSCell

ItemDidExpand() public méthode

public ItemDidExpand ( NSNotification notification ) : void
notification NSNotification
Résultat void

SelectionDidChange() public méthode

public SelectionDidChange ( NSNotification notification ) : void
notification NSNotification
Résultat void