C# Class csCommon.Plugins.NotebookPlugin.NoteTabViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
CreatePowerPoint ( ) : void
ItemMenu ( ActionExecutionContext context ) : void
NotebookChanged ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
ActiveNotebookChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

CreatePowerPoint() public method

public CreatePowerPoint ( ) : void
return void

ItemMenu() public method

public ItemMenu ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
return void

NotebookChanged() public method

public NotebookChanged ( ) : void
return void

OnViewLoaded() protected method

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