Share via


PackageUpdatingEventArgs.TargetPackage Property

Definition

Gets the updated package.

public:
 property Package ^ TargetPackage { Package ^ get(); };
Package TargetPackage();
public Package TargetPackage { get; }
var package = packageUpdatingEventArgs.targetPackage;
Public ReadOnly Property TargetPackage As Package

Property Value

This is the new package that is an update to the old package on the device.

Applies to