C# Class Host.VM.ScrollingViewModel

Inheritance: CK.Windows.Config.ConfigPage
显示文件 Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
ScrollingViewModel ( string displayName, AppViewModel app ) : System
StartScrollEditor ( ) : void

Protected Methods

Method Description
OnInitialize ( ) : void

Method Details

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

ScrollingViewModel() public method

public ScrollingViewModel ( string displayName, AppViewModel app ) : System
displayName string
app AppViewModel
return System

StartScrollEditor() public method

public StartScrollEditor ( ) : void
return void