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

Inheritance: ViewModelBase, ISelectionList
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
CreateView ( ) : FrameworkElement
SelectFirst ( ) : void
SelectLast ( ) : void
SelectionListViewModel ( ) : System

Constructor.

Méthodes protégées

Méthode Description
OnDisposed ( ) : void

Private Methods

Méthode Description
OnSelectionChanged ( ) : void

Method Details

CreateView() public méthode

public CreateView ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement

OnDisposed() protected méthode

protected OnDisposed ( ) : void
Résultat void

SelectFirst() public méthode

public SelectFirst ( ) : void
Résultat void

SelectLast() public méthode

public SelectLast ( ) : void
Résultat void

SelectionListViewModel() public méthode

Constructor.
public SelectionListViewModel ( ) : System
Résultat System