14 instantiations of DataGridViewRowEventArgs
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (14)
91DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows[this.newRowIndex]); 5479DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 5490OnDefaultValuesNeeded(new DataGridViewRowEventArgs(this.Rows[this.newRowIndex])); 11559DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11574DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11589DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11604DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11619DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11634DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 18130DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows[this.newRowIndex]); 18217DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 19238DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 20550DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 20562DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow);
26 references to DataGridViewRowEventArgs
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridViewEventHandlers.cs (1)
114public delegate void DataGridViewRowEventHandler(object sender, DataGridViewRowEventArgs e);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (25)
91DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows[this.newRowIndex]); 5479DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 11559DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11574DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11589DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11604DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11619DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 11634DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs((DataGridViewRow) dataGridViewBand); 15423protected virtual void OnDefaultValuesNeeded(DataGridViewRowEventArgs e) 17092protected virtual void OnNewRowNeeded(DataGridViewRowEventArgs e) 18009protected virtual void OnRowContextMenuStripChanged(DataGridViewRowEventArgs e) 18040protected virtual void OnRowDefaultCellStyleChanged(DataGridViewRowEventArgs e) 18096protected virtual void OnRowDividerHeightChanged(DataGridViewRowEventArgs e) 18130DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows[this.newRowIndex]); 18217DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 18222protected virtual void OnRowErrorTextChanged(DataGridViewRowEventArgs e) 18316protected virtual void OnRowHeaderCellChanged(DataGridViewRowEventArgs e) 18758protected virtual void OnRowHeightChanged(DataGridViewRowEventArgs e) 18864protected virtual void OnRowMinimumHeightChanged(DataGridViewRowEventArgs e) 19238DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 19243protected virtual void OnRowUnshared(DataGridViewRowEventArgs e) 19547protected virtual void OnUserAddedRow(DataGridViewRowEventArgs e) 19561protected virtual void OnUserDeletedRow(DataGridViewRowEventArgs e) 20550DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow); 20562DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(dataGridViewRow);