PackagingProgressEventArgs Class
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.
Provides data for the PackagingProgressEvent event.
public ref class PackagingProgressEventArgs : EventArgs
public class PackagingProgressEventArgs : EventArgs
type PackagingProgressEventArgs = class
inherit EventArgs
Public Class PackagingProgressEventArgs
Inherits EventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| PackagingProgressEventArgs(PackagingAction, Int32) |
Initializes a new instance of the PackagingProgressEventArgs class. |
Properties
| Name | Description |
|---|---|
| Action |
Gets a value that indicates what action is currently occurring in the packaging process. |
| NumberCompleted |
Gets the number of simultaneous times that the action that is identified in Action has occurred. |