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