C# Class Orchestra.Windows.RibbonWindow

Inheritance: Microsoft.Windows.Controls.Ribbon.RibbonWindow, IDataWindow
Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
RibbonWindow ( ) : System

Initializes a new instance of the RibbonWindow class.

RibbonWindow ( IViewModel viewModel ) : System

Initializes a new instance of the RibbonWindow class.

Private Methods

Method Description
OnViewModelChanged ( ) : void
ViewModelClosedAsync ( object sender, Catel.MVVM.ViewModelClosedEventArgs e ) : System.Threading.Tasks.Task

Method Details

RibbonWindow() public method

Initializes a new instance of the RibbonWindow class.
public RibbonWindow ( ) : System
return System

RibbonWindow() public method

Initializes a new instance of the RibbonWindow class.
public RibbonWindow ( IViewModel viewModel ) : System
viewModel IViewModel The view model.
return System