PackagingProgressEventArgs Class

Definition

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
PackagingProgressEventArgs

Constructors

PackagingProgressEventArgs(PackagingAction, Int32)

Initializes a new instance of the PackagingProgressEventArgs class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to