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 (IDictionary)

Initializes a new instance of the InstallEventArgs class, with the saved state parameter.

[Visual Basic]
Overloads Public Sub New( _
   ByVal savedState As IDictionary _
)
[C#]
public InstallEventArgs(
   IDictionary savedState
);
[C++]
public: InstallEventArgs(
   IDictionary* savedState
);
[JScript]
public function InstallEventArgs(
   savedState : IDictionary
);

Parameters

savedState
An IDictionary that represents the current state of the installation.

See Also

InstallEventArgs Class | InstallEventArgs Members | System.Configuration.Install Namespace | InstallEventArgs Constructor Overload List