PackageUpdatingEventArgs.SourcePackage Property
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.
Gets the package that is being updated.
public:
property Package ^ SourcePackage { Package ^ get(); };
Package SourcePackage();
public Package SourcePackage { get; }
var package = packageUpdatingEventArgs.sourcePackage;
Public ReadOnly Property SourcePackage As Package
Property Value
The package being updated. This is the original package that was on the machine that is now being updated.