ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / RadioButtonClick Event

In This Topic
    RadioButtonClick Event
    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