Click or drag to resize

TaskDialogDestroyed Event

Event raised when the task dialog has been destroyed.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.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