CodePackageActivationContext.DataPackageModified Event
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.
Caution
Use DataPackageModifiedEvent event.
Raised when a data package is modified in the service manifest.
[System.Obsolete("Use DataPackageModifiedEvent event.")]
public event EventHandler<System.Fabric.PackageModifiedEventArgs<System.Fabric.Description.DataPackageDescription>> DataPackageModified;
[<System.Obsolete("Use DataPackageModifiedEvent event.")>]
member this.DataPackageModified : EventHandler<System.Fabric.PackageModifiedEventArgs<System.Fabric.Description.DataPackageDescription>>
Public Event DataPackageModified As EventHandler(Of PackageModifiedEventArgs(Of DataPackageDescription))
Event Type
- Attributes
Remarks
Obsolete. Use DataPackageModifiedEvent instead.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET