C# Class CK.WordPredictor.Model.WordPredictionSuccessfulEventArgs

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

Méthodes publiques

Méthode Description
WordPredictionSuccessfulEventArgs ( string word ) : System

Method Details

WordPredictionSuccessfulEventArgs() public méthode

public WordPredictionSuccessfulEventArgs ( string word ) : System
word string
Résultat System