C# Class uguimvvm.TabControl

Inheritance: uguimvvm.Primitives.Selector
Afficher le fichier Open project: jbruening/ugui-mvvm Class Usage Examples

Méthodes protégées

Méthode Description
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnItemsSourceChanged ( ) : void
OnSelectedChanged ( bool fromProperty ) : void

Private Methods

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

Method Details

CollectionChanged() protected méthode

protected CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e NotifyCollectionChangedEventArgs
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( ) : void
Résultat void

OnSelectedChanged() protected méthode

protected OnSelectedChanged ( bool fromProperty ) : void
fromProperty bool
Résultat void