TaskDialogRadioButtonSelected Event

Occurs when this TaskDialogRadioButton is selected. That is, when Checked becomes . If you need a notification even when Checked bacomes , use the PropertyChanged event instead.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler Selected

Value

EventHandler

See Also