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

Usage

Visual Basic
Dim findPackageProgressChangedEventArgs1 As FindPackageProgressChangedEventArgs

Syntax

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

Inheritance Hierarchy

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

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