CallControlEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gère les événements AnswerRequested et AudioTransferRequested .
public delegate void CallControlEventHandler(CallControl ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1500476831, 20703, 17492, 188, 99, 77, 61, 1, 182, 25, 88)]
class CallControlEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(1500476831, 20703, 17492, 188, 99, 77, 61, 1, 182, 25, 88)]
public delegate void CallControlEventHandler(CallControl sender);
var callControlEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub CallControlEventHandler(sender As CallControl)
Paramètres
- sender
- CallControl
Objet CallControl qui a déclenché l’événement.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (introduit dans v1.0)
|