The DisGUISE C# class library

KeyEventReporter.OnKeyPress Event

This event is triggered everytime a phone key is pressed (or released).

public event KeyEventHandler OnKeyPress;

Event Data

The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

Property Description
Action  
Key  

See Also

KeyEventReporter Class | DisGUISE.Phone Namespace