PaymentRequestChangedHandler Delegate
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.
A handler that is triggered when a payment request has changed.
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)
Parameters
- paymentRequest
- PaymentRequest
The payment request.
The args.
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|