3 types derived from DataGridViewCellEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellContextMenuStripNeededEventArgs.cs (1)
6
public class DataGridViewCellContextMenuStripNeededEventArgs :
DataGridViewCellEventArgs
System\Windows\Forms\Controls\DataGridView\DataGridViewCellErrorTextNeededEventArgs.cs (1)
6
public class DataGridViewCellErrorTextNeededEventArgs :
DataGridViewCellEventArgs
System\Windows\Forms\Controls\DataGridView\DataGridViewCellToolTipTextNeededEventArgs.cs (1)
6
public class DataGridViewCellToolTipTextNeededEventArgs :
DataGridViewCellEventArgs
34 instantiations of DataGridViewCellEventArgs
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (21)
5816
OnCellDoubleClick(new
DataGridViewCellEventArgs
(dgvcme.ColumnIndex, dgvcme.RowIndex));
5877
OnCellClick(new
DataGridViewCellEventArgs
(dgvcme.ColumnIndex, dgvcme.RowIndex));
5885
OnCellDoubleClick(new
DataGridViewCellEventArgs
(dgvcme.ColumnIndex, dgvcme.RowIndex));
6268
DataGridViewCellEventArgs dgvce =
new
(curColIndex, curRowIndex);
11672
DataGridViewCellEventArgs dgvce =
new
(dataGridViewCell);
11723
OnCellEnter(new
DataGridViewCellEventArgs
(columnIndex, rowIndex));
11758
DataGridViewCellEventArgs dgvce =
new
(dataGridViewCell);
11811
OnCellLeave(new
DataGridViewCellEventArgs
(columnIndex, rowIndex));
12842
DataGridViewCellEventArgs dgvce =
new
(dataGridViewCell);
13022
DataGridViewCellEventArgs dgvce =
new
(dataGridViewCell);
13047
OnCellValidated(new
DataGridViewCellEventArgs
(columnIndex, rowIndex));
14549
DataGridViewCellEventArgs dgvce =
new
(columnIndex, rowIndex);
14949
OnCellDoubleClick(new
DataGridViewCellEventArgs
(hti._col, hti._row));
15892
OnCellClick(new
DataGridViewCellEventArgs
(hti._col, hti._row));
16162
OnCellMouseLeave(
new
(_ptMouseEnteredCell.X, _ptMouseEnteredCell.Y));
17706
DataGridViewCellEventArgs dgvce =
new
(columnIndex, rowIndex);
18322
DataGridViewCellEventArgs dgvce =
new
(columnIndex, rowIndex);
18769
DataGridViewCellEventArgs dgvce =
new
(columnIndex, rowIndex);
29169
dgvce = new
DataGridViewCellEventArgs
(_ptMouseEnteredCell.X, _ptMouseEnteredCell.Y);
29173
dgvce = new
DataGridViewCellEventArgs
(htiToUse._col, htiToUse._row);
29196
DataGridViewCellEventArgs dgvce =
new
(_ptMouseEnteredCell.X, _ptMouseEnteredCell.Y);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
480
RaiseCellClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
485
RaiseCellContentClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (2)
46
dataGridView.OnCellClickInternal(new
DataGridViewCellEventArgs
(dataGridViewCell.ColumnIndex, dataGridViewCell.RowIndex));
47
dataGridView.OnCellContentClickInternal(new
DataGridViewCellEventArgs
(dataGridViewCell.ColumnIndex, dataGridViewCell.RowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3936
RaiseCellValueChanged(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
831
RaiseCellClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
836
RaiseCellContentClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
1196
RaiseCellValueChanged(new
DataGridViewCellEventArgs
(ColumnIndex, -1));
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
51
dataGridView.OnCellContentClickInternal(new
DataGridViewCellEventArgs
(dataGridViewCell.ColumnIndex, dataGridViewCell.RowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (2)
730
RaiseCellClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
735
RaiseCellContentClick(new
DataGridViewCellEventArgs
(ColumnIndex, rowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
44
dataGridView.OnCellContentClickInternal(new
DataGridViewCellEventArgs
(dataGridViewCell.ColumnIndex, dataGridViewCell.RowIndex));
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
1064
RaiseCellValueChanged(new
DataGridViewCellEventArgs
(-1, rowIndex));
61 references to DataGridViewCellEventArgs
System.Windows.Forms (61)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
1338
internal void OnRowEnter(
DataGridViewCellEventArgs
e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (33)
6268
DataGridViewCellEventArgs
dgvce = new(curColIndex, curRowIndex);
11536
internal void OnCellClickInternal(
DataGridViewCellEventArgs
e)
11541
protected virtual void OnCellClick(
DataGridViewCellEventArgs
e)
11620
internal void OnCellContentClickInternal(
DataGridViewCellEventArgs
e)
11625
protected virtual void OnCellContentClick(
DataGridViewCellEventArgs
e)
11645
internal void OnCellContentDoubleClickInternal(
DataGridViewCellEventArgs
e)
11650
protected virtual void OnCellContentDoubleClick(
DataGridViewCellEventArgs
e)
11672
DataGridViewCellEventArgs
dgvce = new(dataGridViewCell);
11676
protected virtual void OnCellContextMenuStripChanged(
DataGridViewCellEventArgs
e)
11695
protected virtual void OnCellDoubleClick(
DataGridViewCellEventArgs
e)
11715
protected virtual void OnCellEndEdit(
DataGridViewCellEventArgs
e)
11738
protected virtual void OnCellEnter(
DataGridViewCellEventArgs
e)
11758
DataGridViewCellEventArgs
dgvce = new(dataGridViewCell);
11762
protected virtual void OnCellErrorTextChanged(
DataGridViewCellEventArgs
e)
11826
protected virtual void OnCellLeave(
DataGridViewCellEventArgs
e)
12605
protected virtual void OnCellMouseEnter(
DataGridViewCellEventArgs
e)
12628
protected virtual void OnCellMouseLeave(
DataGridViewCellEventArgs
e)
12842
DataGridViewCellEventArgs
dgvce = new(dataGridViewCell);
12846
protected virtual void OnCellStyleChanged(
DataGridViewCellEventArgs
e)
13022
DataGridViewCellEventArgs
dgvce = new(dataGridViewCell);
13026
protected virtual void OnCellToolTipTextChanged(
DataGridViewCellEventArgs
e)
13062
protected virtual void OnCellValidated(
DataGridViewCellEventArgs
e)
13133
internal void OnCellValueChangedInternal(
DataGridViewCellEventArgs
e)
13139
protected virtual void OnCellValueChanged(
DataGridViewCellEventArgs
e)
14549
DataGridViewCellEventArgs
dgvce = new(columnIndex, rowIndex);
17706
DataGridViewCellEventArgs
dgvce = new(columnIndex, rowIndex);
17732
protected virtual void OnRowEnter(
DataGridViewCellEventArgs
e)
18322
DataGridViewCellEventArgs
dgvce = new(columnIndex, rowIndex);
18339
protected virtual void OnRowLeave(
DataGridViewCellEventArgs
e)
18769
DataGridViewCellEventArgs
dgvce = new(columnIndex, rowIndex);
18785
protected virtual void OnRowValidated(
DataGridViewCellEventArgs
e)
29163
DataGridViewCellEventArgs
dgvce;
29196
DataGridViewCellEventArgs
dgvce = new(_ptMouseEnteredCell.X, _ptMouseEnteredCell.Y);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (16)
890
protected virtual bool ClickUnsharesRow(
DataGridViewCellEventArgs
e) => false;
892
internal bool ClickUnsharesRowInternal(
DataGridViewCellEventArgs
e) => ClickUnsharesRow(e);
1025
protected virtual bool ContentClickUnsharesRow(
DataGridViewCellEventArgs
e) => false;
1027
internal bool ContentClickUnsharesRowInternal(
DataGridViewCellEventArgs
e) => ContentClickUnsharesRow(e);
1029
protected virtual bool ContentDoubleClickUnsharesRow(
DataGridViewCellEventArgs
e) => false;
1031
internal bool ContentDoubleClickUnsharesRowInternal(
DataGridViewCellEventArgs
e) => ContentDoubleClickUnsharesRow(e);
1139
protected virtual bool DoubleClickUnsharesRow(
DataGridViewCellEventArgs
e) => false;
1141
internal bool DoubleClickUnsharesRowInternal(
DataGridViewCellEventArgs
e) => DoubleClickUnsharesRow(e);
2812
protected virtual void OnClick(
DataGridViewCellEventArgs
e)
2816
internal void OnClickInternal(
DataGridViewCellEventArgs
e) => OnClick(e);
2835
protected virtual void OnContentClick(
DataGridViewCellEventArgs
e)
2839
internal void OnContentClickInternal(
DataGridViewCellEventArgs
e) =>
2842
protected virtual void OnContentDoubleClick(
DataGridViewCellEventArgs
e)
2846
internal void OnContentDoubleClickInternal(
DataGridViewCellEventArgs
e) =>
2849
protected virtual void OnDoubleClick(
DataGridViewCellEventArgs
e)
2853
internal void OnDoubleClickInternal(
DataGridViewCellEventArgs
e) =>
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (6)
429
private bool CommonContentClickUnsharesRow(
DataGridViewCellEventArgs
e)
438
protected override bool ContentClickUnsharesRow(
DataGridViewCellEventArgs
e) => CommonContentClickUnsharesRow(e);
440
protected override bool ContentDoubleClickUnsharesRow(
DataGridViewCellEventArgs
e) => CommonContentClickUnsharesRow(e);
781
private void OnCommonContentClick(
DataGridViewCellEventArgs
e)
801
protected override void OnContentClick(
DataGridViewCellEventArgs
e) => OnCommonContentClick(e);
803
protected override void OnContentDoubleClick(
DataGridViewCellEventArgs
e) => OnCommonContentClick(e);
System\Windows\Forms\Controls\DataGridView\DataGridViewElement.cs (4)
78
protected void RaiseCellClick(
DataGridViewCellEventArgs
e)
83
protected void RaiseCellContentClick(
DataGridViewCellEventArgs
e)
88
protected void RaiseCellContentDoubleClick(
DataGridViewCellEventArgs
e)
93
protected void RaiseCellValueChanged(
DataGridViewCellEventArgs
e)
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
20
public delegate void DataGridViewCellEventHandler(object? sender,
DataGridViewCellEventArgs
e);