Raises the OnAfterUninstall event.
[Visual Basic] Overridable Protected Sub OnAfterUninstall( _ ByVal savedState As IDictionary _ ) [C#] protected virtual void OnAfterUninstall( IDictionary savedState ); [C++] protected: virtual void OnAfterUninstall( IDictionary* savedState ); [JScript] protected function OnAfterUninstall( savedState : IDictionary );
This method is called after the installations done by the installers in this instance's InstallerCollection have been removed.
Raising the event invokes an event-handling method through a delegate. For an overview, see EventTopicTBD.
Notes to Inheritors: When overriding OnBeforeInstall in a derived class, be sure to call the base class's OnAfterUninstall method.
Installer Class | Installer Members | System.Configuration.Install Namespace | OnAfterInstall | OnAfterRollback | OnAfterRollback | OnBeforeCommit | OnBeforeInstall | OnBeforeRollback | OnBeforeUninstall