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)
2623
protected override void
OnHandleDestroyed
(EventArgs e) {
winforms\Managed\System\WinForms\TextBox.cs (1)
674
protected override void
OnHandleDestroyed
(EventArgs e)
2 references to OnHandleDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2624
base.
OnHandleDestroyed
(e);
winforms\Managed\System\WinForms\TextBox.cs (1)
681
base.
OnHandleDestroyed
(e);