StartupNextInstanceEventArgs Constructor (ReadOnlyCollection<String^>^, Boolean)
Initializes a new instance of the StartupNextInstanceEventArgs class.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: StartupNextInstanceEventArgs( ReadOnlyCollection<String^>^ args, bool bringToForegroundFlag )
Parameters
- args
-
Type:
System.Collections.ObjectModel::ReadOnlyCollection<String^>^
A ReadOnlyCollection<T> object that contains the command-line arguments of the subsequent application instance.
- bringToForegroundFlag
-
Type:
System::Boolean
A Boolean that indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
The StartupNextInstance event occurs when a subsequent instance of a single-instance application starts, using the Visual Basic Application Model. For more information, see Overview of the Visual Basic Application Model.
StartupNextInstanceEventArgs contains the command-line arguments of the subsequent application instance and indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
Available since 2.0