Click or drag to resize

TaskDialogRadioButtonClicked Event

Event raised when the user clicks a radio 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> RadioButtonClicked

Value

Type: SystemEventHandlerTaskDialogItemClickedEventArgs
Remarks
The Cancel property is ignored for this event.
See Also