Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
No usage available.

Syntax

Visual Basic
Public Shared Event FindPackageProgressChanged As EventHandler(Of FindPackageProgressChangedEventArgs)
C#
public static event EventHandler<FindPackageProgressChangedEventArgs> FindPackageProgressChanged;
C++
public:
event EventHandler<FindPackageProgressChangedEventArgs^>^ FindPackageProgressChanged;
J#
public static  void add_FindPackageProgressChanged(EventHandler<FindPackageProgressChangedEventArgs> handler);
public static  void remove_FindPackageProgressChanged(EventHandler<FindPackageProgressChangedEventArgs> handler);
JScript
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

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

Target Platforms

See Also