In This Topic
Occurs after changing the selected radio button in the task dialog.
Syntax
'Declaration
<C1DescriptionAttribute("C1TaskDialog.RadioButtonClick", "Occurs after changing the selected radio button in the task dialog.")>
<C1CategoryAttribute("Behavior")>
Public Event RadioButtonClick As EventHandler
[C1Description("C1TaskDialog.RadioButtonClick", "Occurs after changing the selected radio button in the task dialog.")]
[C1Category("Behavior")]
public event EventHandler RadioButtonClick
See Also