PackageModifiedEventArgs<TPackage> Class

Definition

Represents the event arguments for package modification.

C#
public sealed class PackageModifiedEventArgs<TPackage> : EventArgs where TPackage : class

Type Parameters

TPackage

The type of the modified package.

Inheritance
PackageModifiedEventArgs<TPackage>

Constructors

Properties

NewPackage

Gets or sets the new package.

OldPackage

Gets or sets the old package that is modified.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest