Click or drag to resize

TaskDialogButtonClicked Event

Event raised when the user clicks a button on the task dialog.

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<TaskDialogItemClickedEventArgs> ButtonClicked

Value

Type: SystemEventHandlerTaskDialogItemClickedEventArgs
Remarks
Set the Cancel property to to prevent the dialog from being closed.
See Also