Unsubscribes to the "application domain stop" event.
[Visual Basic] Public Sub RemoveOnStop( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnStop( EventHandler handler ); [C++] public: void RemoveOnStop( EventHandler* handler ); [JScript] public function RemoveOnStop( handler : EventHandler );