C# 클래스 uguimvvm.TabControl

상속: uguimvvm.Primitives.Selector
파일 보기 프로젝트 열기: jbruening/ugui-mvvm 1 사용 예제들

보호된 메소드들

메소드 설명
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnItemsSourceChanged ( ) : void
OnSelectedChanged ( bool fromProperty ) : void

비공개 메소드들

메소드 설명
Reselect ( ) : void
SelectTab ( TabItem item ) : void
SetTabSelected ( GameObject tab, bool state ) : void
SetTabsState ( GameObject tab ) : void

메소드 상세

CollectionChanged() 보호된 메소드

protected CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e NotifyCollectionChangedEventArgs
리턴 void

OnItemsSourceChanged() 보호된 메소드

protected OnItemsSourceChanged ( ) : void
리턴 void

OnSelectedChanged() 보호된 메소드

protected OnSelectedChanged ( bool fromProperty ) : void
fromProperty bool
리턴 void