PackageModifiedEventArgs<TPackage>.OldPackage 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 or sets the old package that is modified.
public TPackage OldPackage { get; set; }
member this.OldPackage : 'Package with get, set
Public Property OldPackage As TPackage
Property Value
TPackage
The old package that is modified.