3 references to EVENT_FORMCLOSING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
2931Events.AddHandler(EVENT_FORMCLOSING, value); 2934Events.RemoveHandler(EVENT_FORMCLOSING, value); 4666FormClosingEventHandler handler = (FormClosingEventHandler)Events[EVENT_FORMCLOSING];