Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As ProgressStatus _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim status As ProgressStatus Dim instance As New ProgressStatusUpdatedEventArgs(status) |
C# | |
---|---|
public ProgressStatusUpdatedEventArgs( ProgressStatus status ) |
C++/CLI | |
---|---|
public: ProgressStatusUpdatedEventArgs( ProgressStatus status ) |
Parameters
- status
- A ProgressStatus value which represents the current progress status.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7