ProgressEventArgs Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Provides data for the PromoCodeDefinitionManager..::.ProgressEventHandler event.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Class ProgressEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ProgressEventArgs
public class ProgressEventArgs : EventArgs
public ref class ProgressEventArgs : public EventArgs
public class ProgressEventArgs extends EventArgs

Remarks

The class that specifies arguments of PromoCodeDefinitionManager..::.ProgressEventHandler event handler.

Status property of this object contains current status of an export operation, most importantly PhaseProgress which gives the percentage complete of the current export.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Microsoft.CommerceServer.Marketing..::.ProgressEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProgressEventArgs Members

Microsoft.CommerceServer.Marketing Namespace

PromoCodeDefinitionManager..::.ProgressEventHandler