Removes an event handler associated with the System.WinForms.Application.ApplicationExit event.
[Visual Basic] Public Shared Sub RemoveOnApplicationExit( _ ByVal handler As EventHandler _ ) [C#] public static void RemoveOnApplicationExit( EventHandler handler ); [C++] public: static void RemoveOnApplicationExit( EventHandler* handler ); [JScript] public static function RemoveOnApplicationExit( handler : EventHandler );
Application Class | Application Members | System.WinForms Namespace