ProductPurchasedEventHandler Delegate

Represents a method that handles the ProductPurchased event.

Syntax

public delegate void ProductPurchasedEventHandler(
         ProductPurchasedEventArgs^ args
)  

Parameters

args
Type: ProductPurchasedEventArgs 

The arguments returned by the event.

Remarks

Note

This class makes cross-OS calls. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

Windows.Xbox.ApplicationModel.Store Namespace