| TaskDialogRadioButtonClicked Event |
Event raised when the user clicks a radio 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> RadioButtonClicked
Public Event RadioButtonClicked As EventHandler(Of TaskDialogItemClickedEventArgs)
public:
event EventHandler<TaskDialogItemClickedEventArgs^>^ RadioButtonClicked {
void add (EventHandler<TaskDialogItemClickedEventArgs^>^ value);
void remove (EventHandler<TaskDialogItemClickedEventArgs^>^ value);
}
member RadioButtonClicked : IEvent<EventHandler<TaskDialogItemClickedEventArgs>,
TaskDialogItemClickedEventArgs>
Value
Type:
SystemEventHandlerTaskDialogItemClickedEventArgsRemarks
The
Cancel property is ignored for this event.
See Also