Share via


CodePackageActivationContext.ConfigurationPackageAddedEvent Event

Definition

Raised during an application upgrade when a new configuration package is added to the service manifest.

public event EventHandler<System.Fabric.PackageAddedEventArgs<System.Fabric.ConfigurationPackage>> ConfigurationPackageAddedEvent;
member this.ConfigurationPackageAddedEvent : EventHandler<System.Fabric.PackageAddedEventArgs<System.Fabric.ConfigurationPackage>> 
Public Event ConfigurationPackageAddedEvent As EventHandler(Of PackageAddedEventArgs(Of ConfigurationPackage)) 

Event Type

Implements

Applies to