255 references to Click
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (2)
88
AddHandler OKButton.
Click
, AddressOf OKButton_Click
89
AddHandler MyCancelButton.
Click
, AddressOf MyCancelButton_Click
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
113
Private Sub ButtonCloseDialog_Click(sender As Object, e As EventArgs) Handles ButtonCloseDialog.
Click
NativeHost.ManagedControl (1)
ManagedControl.Designer.cs (1)
44
this.button1.
Click
+= this.button1_Click;
PresentationUI (19)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
117
this._okButton.
Click
+= new System.EventHandler(_okButtonClick);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (3)
96
this._okButton.
Click
+= new System.EventHandler(this._okButton_Click);
127
this._addButton.
Click
+= new System.EventHandler(this._addButton_Click);
136
this._removeButton.
Click
+= new System.EventHandler(this._removeButton_Click);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
75
_addButton.
Click
+= new System.EventHandler(_addButton_Click);
MS\Internal\Documents\RMPublishingDialog.cs (2)
126
buttonSave.
Click
+= new System.EventHandler(this.buttonSave_Click);
127
buttonSaveAs.
Click
+= new System.EventHandler(this.buttonSaveAs_Click);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (4)
199
this.buttonPeoplePicker.
Click
+= new System.EventHandler(this.buttonPeoplePicker_Click);
214
this.buttonAddUser.
Click
+= new System.EventHandler(this.buttonAddUser_Click);
219
this.buttonEveryone.
Click
+= new System.EventHandler(this.buttonEveryone_Click);
224
this.buttonRemoveUser.
Click
+= new System.EventHandler(this.buttonRemoveUser_Click);
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
217
_buttonRequestDelete.
Click
+= new System.EventHandler(_buttonRequestDelete_Click);
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (4)
61
_buttonDone.
Click
+= new System.EventHandler(_buttonDone_Click);
104
_buttonSign.
Click
+= new System.EventHandler(_buttonSign_Click);
114
_buttonViewCert.
Click
+= new System.EventHandler(_buttonViewCert_Click);
133
_buttonRequestAdd.
Click
+= new System.EventHandler(_buttonRequestAdd_Click);
MS\Internal\Documents\SigningDialog.Designer.cs (3)
205
_cancelButton.
Click
+= new System.EventHandler(_cancelButton_Click);
219
_signButton.
Click
+= new System.EventHandler(_signSaveButton_Click);
233
_signSaveAsButton.
Click
+= new System.EventHandler(_signSaveAsButton_Click);
System.Windows.Forms (39)
System\Windows\Forms\Control.cs (3)
33
[DefaultEvent(nameof(
Click
))]
6555
/// Raises the <see cref="
Click
"/> event.
7210
/// Raises the <see cref="
Click
"/>
System\Windows\Forms\Controls\Buttons\Button.cs (1)
265
/// Generates a <see cref="Control.
Click
"/> event for a button.
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
183
/// method will be called when the <see cref="Control.
Click
"/> event gets invoked.
System\Windows\Forms\Controls\Buttons\IButtonControl.cs (1)
24
/// Generates a <see cref="Control.
Click
"/> event for the control.
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
487
/// Generates a <see cref="Control.
Click
"/> event for the button, simulating a click by a user.
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
28828
_editingPanel.
Click
-= EditingControls_Click;
28839
EditingControl.
Click
-= EditingControls_Click;
29929
_editingPanel.
Click
+= EditingControls_Click;
29940
EditingControl.
Click
+= EditingControls_Click;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
379
add => base.
Click
+= value;
380
remove => base.
Click
-= value;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
293
add => base.
Click
+= value;
294
remove => base.
Click
-= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1190
add => base.
Click
+= value;
1191
remove => base.
Click
-= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
1007
add => base.
Click
+= value;
1008
remove => base.
Click
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
155
_detailsButton.
Click
+= DetailsClick;
167
_okButton.
Click
+= OnButtonClick;
180
_cancelButton.
Click
+= OnButtonClick;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
210
_dropDownButton.
Click
+= OnButtonClick;
250
_dialogButton.
Click
+= OnButtonClick;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
458
add => base.
Click
+= value;
459
remove => base.
Click
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
711
control.
Click
+= HandleClick;
756
control.
Click
-= HandleClick;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
633
add => base.
Click
+= value;
634
remove => base.
Click
-= value;
System\Windows\Forms\DataBinding\ICommandBindingTargetProvider.cs (1)
78
/// also raises the <see cref="Control.
Click
"/> Event of that Button, which
System\Windows\Forms\Design\ComponentEditorForm.cs (4)
268
_helpButton.
Click
+= OnButtonClick;
275
_applyButton.
Click
+= OnButtonClick;
282
_cancelButton.
Click
+= OnButtonClick;
289
_okButton.
Click
+= OnButtonClick;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
284
_detailsButton.
Click
+= DetailsClick;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
54
_cancelButton.
Click
+= CancelClick;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
392
add => base.
Click
+= value;
393
remove => base.
Click
-= value;
System.Windows.Forms.Design (44)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (2)
188
_buttonOK.
Click
+= ButtonOK_click;
198
_buttonSave.
Click
+= ButtonSave_click;
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (6)
379
_upButton.
Click
+= UpButton_Click;
380
_downButton.
Click
+= DownButton_click;
382
_addButton.
Click
+= AddButton_click;
383
_removeButton.
Click
+= RemoveButton_Click;
384
_okButton.
Click
+= OKButton_Click;
385
_cancelButton.
Click
+= CancelButton_click;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
29
_button.
Click
+= OnButtonClick;
System\Drawing\Design\SelectionPanelBase.cs (1)
138
radioButton.
Click
+= OnClick;
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (2)
176
_noneCheckBox.
Click
+= noneCheckBoxClicked;
177
_allCheckBox.
Click
+= allCheckBoxClicked;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
377
_addButton.
Click
+= addButton_Click;
384
_cancelButton.
Click
+= cancelButton_Click;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (5)
496
_addButton.
Click
+= addButton_Click;
504
_deleteButton.
Click
+= deleteButton_Click;
511
_moveDown.
Click
+= moveDown_Click;
518
_moveUp.
Click
+= moveUp_Click;
611
_okButton.
Click
+= okButton_Click;
System\Windows\Forms\Design\FormatStringDialog.cs (2)
188
_cancelButton.
Click
+= cancelButton_Click;
198
_okButton.
Click
+= okButton_Click;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
59
_okButton.
Click
+= okButton_click;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
94
_btnOK.
Click
+= btnOK_Click;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
213
_resetButton.
Click
+= OnResetButtonClick;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
61
_okButton.
Click
+= OKButton_click;
System\Windows\Forms\Design\StyleEditorForm.cs (5)
122
_okButton.
Click
+= OnOkButtonClick;
123
_cancelButton.
Click
+= OnCancelButtonClick;
125
_addButton.
Click
+= OnAddButtonClick;
126
_removeButton.
Click
+= OnRemoveButtonClick;
127
_insertButton.
Click
+= OnInsertButtonClick;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
334
_btnAddNew.
Click
+= OnNewItemTypes_SelectionChangeCommitted;
335
_btnMoveUp.
Click
+= OnBtnMoveUp_Click;
336
_btnMoveDown.
Click
+= OnBtnMoveDown_Click;
337
_btnRemove.
Click
+= OnBtnRemove_Click;
338
_btnOK.
Click
+= OnBtnOK_Click;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1495
MenuItem.DropDown.
Click
+= DropDownClick;
2590
MenuItem.DropDown.
Click
-= DropDownClick;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (7)
185
_okButton.
Click
+= BtnOK_click;
186
_btnCancel.
Click
+= BtnCancel_click;
187
_btnAddChild.
Click
+= BtnAddChild_click;
188
_btnAddRoot.
Click
+= BtnAddRoot_click;
189
_btnDelete.
Click
+= BtnDelete_click;
197
_moveDownButton.
Click
+= moveDownButton_Click;
198
_moveUpButton.
Click
+= moveUpButton_Click;
System.Windows.Forms.Tests (61)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (2)
144
control.
Click
+= (sender, e) =>
171
control.
Click
+= (sender, e) =>
System\Windows\Forms\ButtonBaseTests.cs (12)
5767
control.
Click
+= (sender, e) => clickCallCount++;
5817
control.
Click
+= (sender, e) =>
5865
control.
Click
+= (sender, e) => clickCallCount++;
5929
control.
Click
+= (sender, e) =>
6857
control.
Click
+= (sender, e) => clickCallCount++;
6901
control.
Click
+= (sender, e) => clickCallCount++;
8294
control.
Click
+= (sender, e) =>
8323
control.
Click
+= (sender, e) =>
8364
control.
Click
+= (sender, e) =>
8404
control.
Click
+= (sender, e) =>
9129
control.
Click
+= (sender, e) =>
9165
control.
Click
+= (sender, e) =>
System\Windows\Forms\ButtonTests.cs (27)
1126
control.
Click
+= (sender, e) =>
1148
control.
Click
+= (sender, e) =>
1920
control.
Click
+= handler;
1926
control.
Click
-= handler;
1955
control.
Click
+= handler;
1965
control.
Click
-= handler;
1996
control.
Click
+= handler;
2005
control.
Click
-= handler;
2044
control.
Click
+= handler;
2056
control.
Click
-= handler;
2672
control.
Click
+= (sender, e) => clickCallCount++;
2725
control.
Click
+= (sender, e) => clickCallCount++;
2769
control.
Click
+= (sender, e) => clickCallCount++;
2836
control.
Click
+= (sender, e) => clickCallCount++;
3105
control.
Click
+= handler;
3111
control.
Click
-= handler;
3139
control.
Click
+= handler;
3148
control.
Click
-= handler;
3177
control.
Click
+= handler;
3186
control.
Click
-= handler;
3224
control.
Click
+= handler;
3236
control.
Click
-= handler;
3271
control.
Click
+= (sender, e) =>
3307
control.
Click
+= (sender, e) => clickCallCount++;
3588
button.
Click
+= (sender, e) => clickEventRaised = true;
3606
control.
Click
+= (sender, e) =>
3643
control.
Click
+= (sender, e) =>
System\Windows\Forms\ControlTests.Handlers.cs (2)
824
control.
Click
+= handler;
829
control.
Click
-= handler;
System\Windows\Forms\RadioButtonTests.cs (18)
584
control.
Click
+= (sender, e) =>
605
control.
Click
+= (sender, e) =>
754
control.
Click
+= handler;
761
control.
Click
-= handler;
801
control.
Click
+= handler;
811
control.
Click
-= handler;
1077
control.
Click
+= (sender, e) => clickCallCount++;
1131
control.
Click
+= (sender, e) => clickCallCount++;
1175
control.
Click
+= (sender, e) => clickCallCount++;
1241
control.
Click
+= (sender, e) => clickCallCount++;
1288
control.
Click
+= handler;
1294
control.
Click
-= handler;
1320
control.
Click
+= handler;
1329
control.
Click
-= handler;
1361
control.
Click
+= (sender, e) => clickCallCount++;
1391
control.
Click
+= (sender, e) => clickCallCount++;
1427
control.
Click
+= (sender, e) => clickCallCount++;
1469
control.
Click
+= (sender, e) => clickCallCount++;
System.Windows.Forms.UI.IntegrationTests (10)
ButtonTests.cs (10)
228
control1.
Click
+= (sender, e) => control1ClickCount++;
229
control2.
Click
+= (sender, e) => control2ClickCount++;
253
control1.
Click
+= (sender, e) => control1ClickCount++;
254
control2.
Click
+= (sender, e) => control2ClickCount++;
286
control1.
Click
+= (sender, e) => control1ClickCount++;
287
control2.
Click
+= (sender, e) => control2ClickCount++;
320
button.
Click
+= (x, y) => wasClicked = true;
341
button.
Click
+= (x, y) => wasClicked = true;
365
button.
Click
+= (x, y) => wasClicked = true;
384
button.
Click
+= (x, y) => wasClicked = true;
TestPassApp (25)
CommonControl1.Designer.cs (4)
135
this.button1.
Click
+= this.button1_Click;
179
this.button3.
Click
+= this.button3_Click;
191
this.button4.
Click
+= this.button4_Click;
214
this.button2.
Click
+= this.button2_Click;
DialogControls.Designer.cs (4)
45
this.ColorDialog.
Click
+= this.ColorDialog_Click;
56
this.FolderBrowserDialog.
Click
+= this.FolderBrowserDialog_Click;
67
this.OpenFileDialog.
Click
+= this.OpenFileDialog_Click;
78
this.SaveFileDialog.
Click
+= this.SaveFileDialog_Click;
Main.Designer.cs (11)
54
this.button1.
Click
+= this.Button1_Click;
65
this.button2.
Click
+= this.Button2_Click;
76
this.button3.
Click
+= this.Button3_Click;
87
this.button4.
Click
+= this.Button4_Click;
98
this.button5.
Click
+= this.Button5_Click;
109
this.button6.
Click
+= this.Button6_Click;
120
this.button7.
Click
+= this.Button7_Click;
131
this.button8.
Click
+= this.Button8_Click;
142
this.button9.
Click
+= this.button9_Click;
152
this.button10.
Click
+= this.button10_Click;
162
this.button12.
Click
+= this.button12_Click;
MenuForm.Designer.cs (2)
44
this.button1.
Click
+= this.Button1_Click;
55
this.button2.
Click
+= this.Button2_Click;
PrintingControls.Designer.cs (4)
98
this.btnSetting.
Click
+= this.BtnSetting_Click;
109
this.btnPreView.
Click
+= this.BtnPreView_Click;
120
this.btnPrint.
Click
+= this.BtnPrint_Click;
131
this.button1.
Click
+= this.Button1_Click;
TrimTest (1)
Form1.Designer.cs (1)
94
button1.
Click
+= button1_Click;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1060
add { base.
Click
+= value; }
1061
remove { base.
Click
-= value; }
WinFormsControlsTest (50)
Calendar.Designer.cs (4)
87
this.setMinDateButton.
Click
+= this.setMinDateButton_Click;
118
this.setMaxDateButton.
Click
+= this.setMaxDateButton_Click;
175
this.resetMinDateButton.
Click
+= this.resetMinDateButton_Click;
186
this.resetMaxDateButton.
Click
+= this.resetMaxDateButton_Click;
DataGridViewTest.Designer.cs (2)
155
this.changeFontButton.
Click
+= this.changeFontButton_Click;
203
this.resetFontButton.
Click
+= this.resetFontButton_Click;
Dialogs.Designer.cs (6)
69
this.btnOpenFileDialog.
Click
+= this.btnOpenFileDialog_Click;
79
this.btnColorDialog.
Click
+= this.btnColorDialog_Click;
89
this.btnThreadExceptionDialog.
Click
+= this.btnThreadExceptionDialog_Click;
99
this.btnPrintDialog.
Click
+= this.btnPrintDialog_Click;
109
this.btnFolderBrowserDialog.
Click
+= this.btnFolderBrowserDialog_Click;
119
this.btnSaveFileDialog.
Click
+= this.btnSaveFileDialog_Click;
DragDrop.cs (2)
83
buttonOpenCats.
Click
+= ButtonOpenCats_Click;
84
buttonClear.
Click
+= ButtonClear_Click;
ErrorProviderTest.Designer.cs (1)
124
this.submitButton.
Click
+= this.submitButton_Click;
FormBorderStyles.Designer.cs (1)
43
this.btnChangeFormBorderStyle.
Click
+= this.btnChangeFormBorderStyle_Click;
FormShowInTaskbar.cs (2)
25
btnTest.
Click
+= BtnTest_Click;
46
btnTest.
Click
+= (object sender, EventArgs e) =>
ListBoxes.Designer.cs (19)
61
this.label1.
Click
+= this.Control_Click;
85
this.addButton1.
Click
+= this.addButton_Click;
86
this.addButton1.
Click
+= this.Control_Click;
94
this.deleteButton1.
Click
+= this.deleteButton_Click;
95
this.deleteButton1.
Click
+= this.Control_Click;
101
this.label2.
Click
+= this.Control_Click;
123
this.addButton2.
Click
+= this.addButton_Click;
124
this.addButton2.
Click
+= this.Control_Click;
132
this.deleteButton2.
Click
+= this.deleteButton_Click;
133
this.deleteButton2.
Click
+= this.Control_Click;
163
this.addButton3.
Click
+= this.addButton_Click;
164
this.addButton3.
Click
+= this.Control_Click;
172
this.deleteButton3.
Click
+= this.deleteButton_Click;
173
this.deleteButton3.
Click
+= this.Control_Click;
180
this.label4.
Click
+= this.Control_Click;
205
this.addButton4.
Click
+= this.addButton_Click;
206
this.addButton4.
Click
+= this.Control_Click;
214
this.deleteButton4.
Click
+= this.deleteButton_Click;
215
this.deleteButton4.
Click
+= this.Control_Click;
ListViewTest.cs (2)
25
listView1.
Click
+= (s, e) =>
79
listView2.
Click
+= listView2_Click;
ListViewTest.Designer.cs (4)
98
this.listView3.
Click
+= new System.EventHandler(this.listView3_Click);
115
this.btnClearListView1.
Click
+= this.btnClearListView1_Click;
125
this.btnLoadImagesListView1.
Click
+= this.btnLoadImagesListView1_Click;
147
this.btnReplaceImageListView1.
Click
+= this.btnReplaceImageListView1_Click;
MainForm.cs (1)
36
button.
Click
+= info.Click;
MdiChild.Designer.cs (1)
92
this.btnOpenChild.
Click
+= this.btnOpenChild_Click;
Password.Designer.cs (1)
134
button1.
Click
+= button1_Click;
PictureBoxes.Designer.cs (1)
65
this.btnloadImage.
Click
+= this.btnloadImage_Click;
RichTextBoxes.cs (1)
131
confirmation.
Click
+= (sender, e) => { prompt.Close(); };
TaskDialogSamples.cs (1)
39
button.
Click
+= (s, e) => action();
ToolStripSeparatorPreferredSize.cs (1)
12
_buttonChangeOrientation.
Click
+= ChangeOrientation;