7 references to CheckedChanged
System.Windows.Forms (7)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
250/// <see cref="TaskDialogRadioButton.CheckedChanged"/> event for the 1215$"{nameof(TaskDialogRadioButton)}.{nameof(TaskDialogRadioButton.CheckedChanged)}"));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
613/// This method is called from within the <see cref="TaskDialogRadioButton.CheckedChanged"/> event
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (4)
108/// set it from within the <see cref="CheckedChanged"/> event. 118/// The property is set within the <see cref="CheckedChanged"/> event of one of the radio buttons of the 209$"{nameof(TaskDialogRadioButton)}.{nameof(CheckedChanged)}")); 331private void OnCheckedChanged(EventArgs e) => CheckedChanged?.Invoke(this, e);