Specified the event arguments used in CreateConfigurationSetProgressChanged. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim createConfigurationSetProgressChangedEventArgs1 As CreateConfigurationSetProgressChangedEventArgs

Syntax

Visual Basic
Public Class CreateConfigurationSetProgressChangedEventArgs
		Inherits CancelEventArgs
C#
public class CreateConfigurationSetProgressChangedEventArgs : CancelEventArgs
C++
public ref class CreateConfigurationSetProgressChangedEventArgs : CancelEventArgs
J#
public class CreateConfigurationSetProgressChangedEventArgs extends CancelEventArgs
JScript
public class CreateConfigurationSetProgressChangedEventArgs extends CancelEventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.ComponentStudio.ComponentPlatformInterface.CreateConfigurationSetProgressChangedEventArgs

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also