C# Class csShared.Controls.Popups.ColorListPopup.ColorListPopupViewModel

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

Public Methods

Method Description
AddMenuItem ( System.Windows.Media.LinearGradientBrush brush ) : System.Windows.Controls.MenuItem
Close ( ) : void
ColorListPopupViewModel ( ) : System

Protected Methods

Method Description
OnViewLoaded ( object theView ) : void

Private Methods

Method Description
Items_CollectionChanged ( object sender, System e ) : void
MiClick ( object sender, System e ) : void
RelativeElement_LayoutUpdated ( object sender, EventArgs e ) : void
UpdatePosition ( ) : void
miRemove_Click ( object sender, RoutedEventArgs e ) : void
toTimer_Tick ( object sender, EventArgs e ) : void

Method Details

AddMenuItem() public method

public AddMenuItem ( System.Windows.Media.LinearGradientBrush brush ) : System.Windows.Controls.MenuItem
brush System.Windows.Media.LinearGradientBrush
return System.Windows.Controls.MenuItem

Close() public method

public Close ( ) : void
return void

ColorListPopupViewModel() public method

public ColorListPopupViewModel ( ) : System
return System

OnViewLoaded() protected method

protected OnViewLoaded ( object theView ) : void
theView object
return void