C# Class CommonServices.KeySentEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Свойство Type Description
Key string

Méthodes publiques

Méthode Description
KeySentEventArgs ( string key ) : System

Method Details

KeySentEventArgs() public méthode

public KeySentEventArgs ( string key ) : System
key string
Résultat System

Property Details

Key public_oe property

Store the keyword which represent the key which has been sent
public string Key
Résultat string