Base:
method
OnHandleDestroyed
System.Windows.Forms.Control.OnHandleDestroyed(System.EventArgs)
2 overrides of OnHandleDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
425protected override void OnHandleDestroyed(EventArgs e)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
823protected override void OnHandleDestroyed(EventArgs e)
2 references to OnHandleDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
428base.OnHandleDestroyed(e);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
826base.OnHandleDestroyed(e);