Share via


KeypadPressedEventArgs.TelephonyKey Property

Definition

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.

Applies to