The DisGUISE C# class library

KeypadSequence.AddKeyActivity Method 

Add a new keypad activity to the execution queue.

public void AddKeyActivity(
   KeyCode code,
   KeyAction action
);

Parameters

code
The key to be acted upon
action
The way the button should be dealt with (Press, Release, Both)

See Also

KeypadSequence Class | DisGUISE.Phone Namespace