| 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
Public Event Created As EventHandler
public:
event EventHandler^ Created {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member Created : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks
This event is raised once after calling
ShowDialog(Window), after the dialog
is created and before it is displayed.
See Also