C# Class uguimvvm.TabControl

Inheritance: uguimvvm.Primitives.Selector
显示文件 Open project: jbruening/ugui-mvvm Class Usage Examples

Protected Methods

Method Description
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnItemsSourceChanged ( ) : void
OnSelectedChanged ( bool fromProperty ) : void

Private Methods

Method Description
Reselect ( ) : void
SelectTab ( TabItem item ) : void
SetTabSelected ( GameObject tab, bool state ) : void
SetTabsState ( GameObject tab ) : void

Method Details

CollectionChanged() protected method

protected CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e NotifyCollectionChangedEventArgs
return void

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( ) : void
return void

OnSelectedChanged() protected method

protected OnSelectedChanged ( bool fromProperty ) : void
fromProperty bool
return void