NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InstallEventArgs Constructor

Initializes a new instance of the InstallEventArgs class.

Overload List

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);

See Also

InstallEventArgs Class | InstallEventArgs Members | System.Configuration.Install Namespace