C# Class csCommon.MapPlugins.StartTabPanel.StartTabPanelViewModel

Inheritance: Caliburn.Micro.Screen, IPluginScreen
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
Init ( ) : void
UpdateLayout ( ) : void

Méthodes protégées

Méthode Description
OnViewAttached ( object view, object context ) : void

Private Methods

Méthode Description
AddSP ( StartPanelTabItem n ) : SlideTabItem
ExcludedStartTabItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
FilteredStartTabItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
StartPanelTabItemsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
StartTabPanelViewModel ( System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System
UpdateTabItems ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

OnViewAttached() protected méthode

protected OnViewAttached ( object view, object context ) : void
view object
context object
Résultat void

UpdateLayout() public méthode

public UpdateLayout ( ) : void
Résultat void