Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitorStackEventArgs Class / ProgressMonitorStackEventArgs Constructor
The monitor stack that changed
A user display message for the current status
The current progress step (between zero and the maximum number of steps)
The current maximum number of steps

In This Topic
    ProgressMonitorStackEventArgs Constructor
    In This Topic
    Create a new monitor changed event arguments object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal progressMonitors As ProgressMonitorStack, _
       ByVal statusMessage As String, _
       ByVal completedSteps As Integer, _
       ByVal maximumSteps As Integer _
    )
    public ProgressMonitorStackEventArgs( 
       ProgressMonitorStack progressMonitors,
       string statusMessage,
       int completedSteps,
       int maximumSteps
    )

    Parameters

    progressMonitors
    The monitor stack that changed
    statusMessage
    A user display message for the current status
    completedSteps
    The current progress step (between zero and the maximum number of steps)
    maximumSteps
    The current maximum number of steps
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also