KeypadPressedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestisce l'evento KeypadPressed .
public delegate void KeypadPressedEventHandler(CallControl ^ sender, KeypadPressedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3862406228, 50471, 16940, 137, 38, 201, 175, 131, 181, 89, 160)]
class KeypadPressedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(3862406228, 50471, 16940, 137, 38, 201, 175, 131, 181, 89, 160)]
public delegate void KeypadPressedEventHandler(CallControl sender, KeypadPressedEventArgs e);
var keypadPressedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub KeypadPressedEventHandler(sender As CallControl, e As KeypadPressedEventArgs)
Parametri
- sender
- CallControl
Oggetto CallControl che ha generato l'evento.
Classe contenente informazioni per l'evento.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Desktop Extension SDK (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (è stato introdotto in v1.0)
|