Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitorEventArgs Class / ProgressMonitorEventArgs Constructor
The monitor stack that changed.
The monitor object (if any) affected by the change.

In This Topic
    ProgressMonitorEventArgs Constructor
    In This Topic
    Create a new monitor changed event arguments object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal progressMonitors As ProgressMonitorStack, _
       ByVal progressMonitor As ProgressMonitor _
    )
    public ProgressMonitorEventArgs( 
       ProgressMonitorStack progressMonitors,
       ProgressMonitor progressMonitor
    )

    Parameters

    progressMonitors
    The monitor stack that changed.
    progressMonitor
    The monitor object (if any) affected by the change.
    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