C# Class Open.Core.UI.Controls.SelectionListViewModel

Inheritance: ViewModelBase, ISelectionList
ファイルを表示 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
CreateView ( ) : FrameworkElement
SelectFirst ( ) : void
SelectLast ( ) : void
SelectionListViewModel ( ) : System

Constructor.

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
OnSelectionChanged ( ) : void

Method Details

CreateView() public method

public CreateView ( ) : FrameworkElement
return System.Windows.FrameworkElement

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

SelectFirst() public method

public SelectFirst ( ) : void
return void

SelectLast() public method

public SelectLast ( ) : void
return void

SelectionListViewModel() public method

Constructor.
public SelectionListViewModel ( ) : System
return System