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