5 references to Destroyed
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
94/// <see cref="TaskDialogPage.Destroyed"/> can be called later. 99/// <see cref="TaskDialogPage.Destroyed"/> event without raising the
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (3)
569/// <see cref="Created"/> and <see cref="Destroyed"/>. 1046/// Raises the <see cref="Destroyed"/> event. 1049protected internal void OnDestroyed(EventArgs e) => Destroyed?.Invoke(this, e);