Initializes a new instance of the InstallEventArgs class.
Initializes a new instance of the InstallEventArgs class, leaving the savedState field empty.
[Visual Basic] Overloads Public Sub New()
[C#] public InstallEventArgs();
[C++] public: InstallEventArgs();
[JScript] public function InstallEventArgs();
Initializes a new instance of the InstallEventArgs class, with the saved state parameter.
[Visual Basic] Overloads Public Sub New(IDictionary)
[C#] public InstallEventArgs(IDictionary);
[C++] public: InstallEventArgs(IDictionary*);
[JScript] public function InstallEventArgs(IDictionary);
InstallEventArgs Class | InstallEventArgs Members | System.Configuration.Install Namespace