Click or drag to resize

TaskDialogCreated Event

Event raised when the task dialog has been created.

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 Created

Value

Type: SystemEventHandler
Remarks
This event is raised once after calling ShowDialog(Window), after the dialog is created and before it is displayed.
See Also