PaymentRequestChangedHandler 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.
Gestionnaire déclenché lorsqu’une demande de paiement a changé.
public delegate void PaymentRequestChangedHandler(PaymentRequest ^ paymentRequest, PaymentRequestChangedArgs ^ args);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(1350089185, 62360, 20268, 162, 126, 148, 211, 113, 207, 108, 125)]
class PaymentRequestChangedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(1350089185, 62360, 20268, 162, 126, 148, 211, 113, 207, 108, 125)]
public delegate void PaymentRequestChangedHandler(PaymentRequest paymentRequest, PaymentRequestChangedArgs args);
var paymentRequestChangedHandlerHandler = function(paymentRequest, args){
/* Your code */
}
Public Delegate Sub PaymentRequestChangedHandler(paymentRequest As PaymentRequest, args As PaymentRequestChangedArgs)
Paramètres
- paymentRequest
- PaymentRequest
Demande de paiement.
Arguments.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|