Base:
method
OnHandleDestroyed
System.Windows.Forms.Control.OnHandleDestroyed(System.EventArgs)
2 overrides of OnHandleDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2623protected override void OnHandleDestroyed(EventArgs e) {
winforms\Managed\System\WinForms\TextBox.cs (1)
674protected override void OnHandleDestroyed(EventArgs e)
2 references to OnHandleDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2624base.OnHandleDestroyed(e);
winforms\Managed\System\WinForms\TextBox.cs (1)
681base.OnHandleDestroyed(e);