KeypadPressedEventArgs.TelephonyKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the keypad button on the device that was pressed.
public:
property TelephonyKey TelephonyKey { TelephonyKey get(); };
TelephonyKey TelephonyKey();
public TelephonyKey TelephonyKey { get; }
var telephonyKey = keypadPressedEventArgs.telephonyKey;
Public ReadOnly Property TelephonyKey As TelephonyKey
Property Value
The key. One of the values of the TelephonyKey enumeration.