PackagingProgressEventArgs::Action Property

 

Gets a value that indicates what action is currently occurring in the packaging process.

Namespace:   System.Windows.Xps.Packaging
Assembly:  ReachFramework (in ReachFramework.dll)

public:
property PackagingAction Action {
	PackagingAction get();
}

Property Value

Type: System.Windows.Xps.Packaging::PackagingAction

A PackagingAction that represents the part of the packaging process that is currently occurring.

.NET Framework
Available since 3.0
Return to top
Show: