Click or drag to resize

TaskDialogButtonClicked Event

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

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