C# 클래스 CmisSync.OutlineViewDelegate

상속: NSOutlineViewDelegate
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( NSOutlineView view, NSTableColumn column, MonoMac item ) : MonoMac.AppKit.NSCell
ItemDidExpand ( NSNotification notification ) : void
SelectionDidChange ( NSNotification notification ) : void

메소드 상세

GetCell() 공개 메소드

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

ItemDidExpand() 공개 메소드

public ItemDidExpand ( NSNotification notification ) : void
notification NSNotification
리턴 void

SelectionDidChange() 공개 메소드

public SelectionDidChange ( NSNotification notification ) : void
notification NSNotification
리턴 void