Click or drag to resize

TaskDialogDestroyed Event

Event raised when the task dialog has been destroyed.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler Destroyed

Value

Type: SystemEventHandler
Remarks
The task dialog window no longer exists when this event is raised.
See Also