C# Class CK.WordPredictor.UI.ViewModels.TextualContextPreviewViewModel

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TextualContextPreviewViewModel ( IService textualContext ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

Private Methods

Méthode Description
PreviousWordsLength ( ) : IEnumerable
TextualContextService_ServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void
TextualContext_PropertyChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The property that has a new value.
Résultat void

TextualContextPreviewViewModel() public méthode

public TextualContextPreviewViewModel ( IService textualContext ) : System
textualContext IService
Résultat System