C# Class CK.WordPredictor.Model.WordPredictionSuccessfulEventArgs

Encapsulates the predicted word that has been chosen by the user.
Inheritance: System.EventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
WordPredictionSuccessfulEventArgs ( string word ) : System

Method Details

WordPredictionSuccessfulEventArgs() public method

public WordPredictionSuccessfulEventArgs ( string word ) : System
word string
return System