C# Class CommonServices.KeySentEventArgs

Inheritance: System.EventArgs
显示文件 Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

Property Type Description
Key string

Public Methods

Method Description
KeySentEventArgs ( string key ) : System

Method Details

KeySentEventArgs() public method

public KeySentEventArgs ( string key ) : System
key string
return System

Property Details

Key public_oe property

Store the keyword which represent the key which has been sent
public string Key
return string