C# Class csCommon.MapPlugins.StartTabPanel.StartTabPanelViewModel

Inheritance: Caliburn.Micro.Screen, IPluginScreen
Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
Init ( ) : void
UpdateLayout ( ) : void

Protected Methods

Method Description
OnViewAttached ( object view, object context ) : void

Private Methods

Method 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 method

public Init ( ) : void
return void

OnViewAttached() protected method

protected OnViewAttached ( object view, object context ) : void
view object
context object
return void

UpdateLayout() public method

public UpdateLayout ( ) : void
return void