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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged, IDisposable
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TextualContextPreviewViewModel ( IService textualContext ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnPropertyChanged() protected method

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

TextualContextPreviewViewModel() public method

public TextualContextPreviewViewModel ( IService textualContext ) : System
textualContext IService
return System