Raises the OnAfterCommit event.
[Visual Basic] Overridable Protected Sub OnAfterCommit( _ ByVal savedState As IDictionary _ ) [C#] protected virtual void OnAfterCommit( IDictionary savedState ); [C++] protected: virtual void OnAfterCommit( IDictionary* savedState ); [JScript] protected function OnAfterCommit( savedState : IDictionary );
This method is called after the Commit methods of all the installers contained 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 OnAfterCommit in a derived class, be sure to call the base class's OnAfterCommit method.
Installer Class | Installer Members | System.Configuration.Install Namespace | OnAfterInstall | OnAfterRollback | OnAfterUninstall | OnBeforeCommit | OnBeforeInstall | OnBeforeRollback | OnBeforeUninstall