| Name | Description |
 | AllowUserToAddRowsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AllowUserToAddRows property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AllowUserToDeleteRowsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AllowUserToDeleteRowsChanged property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AllowUserToOrderColumnsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AllowUserToOrderColumns property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AllowUserToResizeColumnsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AllowUserToResizeColumns property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AllowUserToResizeRowsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AllowUserToResizeRows property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AlternatingRowsDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AlternatingRowsDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AutoGenerateColumnsChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AutoGenerateColumnsChanged property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AutoSizeColumnModeChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.AutoSizeMode property of a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AutoSizeColumnsModeChanged | Occurs when the value of the System.Windows.Forms.DataGridView.AutoSizeColumnsMode property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | AutoSizeRowsModeChanged | Occurs when the value of the System.Windows.Forms.DataGridViewAutoSizeRowsMode property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | BackgroundColorChanged | Occurs when the value of the System.Windows.Forms.DataGridView.BackgroundColor property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | BindingContextChanged | Occurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control) |
 | BorderStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.BorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CancelRowEdit | Occurs when the System.Windows.Forms.DataGridView.VirtualMode property of a System.Windows.Forms.DataGridView control is true and the cancels edits in a row. (Inherited from System.Windows.Forms.DataGridView) |
 | CausesValidationChanged | Occurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control) |
 | CellBeginEdit | Occurs when edit mode starts for the selected cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellBorderStyleChanged | Occurs when the border style of a cell changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellClick | Occurs when any part of a cell is clicked. (Inherited from System.Windows.Forms.DataGridView) |
 | CellContentClick | Occurs when the content within a cell is clicked. (Inherited from System.Windows.Forms.DataGridView) |
 | CellContentDoubleClick | Occurs when the user double-clicks a cell's contents. (Inherited from System.Windows.Forms.DataGridView) |
 | CellContextMenuStripChanged | Occurs when the System.Windows.Forms.DataGridViewCell.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellContextMenuStripNeeded | Occurs when a cell's shortcut menu is needed. (Inherited from System.Windows.Forms.DataGridView) |
 | CellDoubleClick | Occurs when the user double-clicks anywhere in a cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellEndEdit | Occurs when edit mode stops for the currently selected cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellEnter | Occurs when the current cell changes in the System.Windows.Forms.DataGridView control or when the control receives input focus. (Inherited from System.Windows.Forms.DataGridView) |
 | CellErrorTextChanged | Occurs when the value of the System.Windows.Forms.DataGridViewCell.ErrorText property of a cell changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellErrorTextNeeded | Occurs when a cell's error text is needed. (Inherited from System.Windows.Forms.DataGridView) |
 | CellFormatting | Occurs when the contents of a cell need to be formatted for display. (Inherited from System.Windows.Forms.DataGridView) |
 | CellLeave | Occurs when a cell loses input focus and is no longer the current cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseClick | Occurs whenever the user clicks anywhere on a cell with the mouse. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseDoubleClick | Occurs when a cell within the System.Windows.Forms.DataGridView is double-clicked. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseDown | Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseEnter | Occurs when the mouse pointer enters a cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseLeave | Occurs when the mouse pointer leaves a cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseMove | Occurs when the mouse pointer moves over the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView) |
 | CellMouseUp | Occurs when the user releases a mouse button while over a cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellPainting | Occurs when a cell needs to be drawn. (Inherited from System.Windows.Forms.DataGridView) |
 | CellParsing | Occurs when a cell leaves edit mode if the cell value has been modified. (Inherited from System.Windows.Forms.DataGridView) |
 | CellStateChanged | Occurs when a cell state changes, such as when the cell loses or gains focus. (Inherited from System.Windows.Forms.DataGridView) |
 | CellStyleChanged | Occurs when the System.Windows.Forms.DataGridViewCell.Style property of a System.Windows.Forms.DataGridViewCell changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellStyleContentChanged | Occurs when one of the values of a cell style changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellToolTipTextChanged | Occurs when the System.Windows.Forms.DataGridViewCell.ToolTipText property value changes for a cell in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) |
 | CellToolTipTextNeeded | Occurs when a cell's ToolTip text is needed. (Inherited from System.Windows.Forms.DataGridView) |
 | CellValidated | Occurs after the cell has finished validating. (Inherited from System.Windows.Forms.DataGridView) |
 | CellValidating | Occurs when a cell loses input focus, enabling content validation. (Inherited from System.Windows.Forms.DataGridView) |
 | CellValueChanged | Occurs when the value of a cell changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CellValueNeeded | Occurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and the System.Windows.Forms.DataGridView requires a value for a cell in order to format and display the cell. (Inherited from System.Windows.Forms.DataGridView) |
 | CellValuePushed | Occurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and a cell value has changed and requires storage in the underlying data source. (Inherited from System.Windows.Forms.DataGridView) |
 | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control) |
 | Click | Occurs when the control is clicked. (Inherited from System.Windows.Forms.Control) |
 | ClientSizeChanged | Occurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control) |
 | ColumnAdded | Occurs when a column is added to the control. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnContextMenuStripChanged | Occurs when the System.Windows.Forms.DataGridViewColumn.ContextMenuStrip property of a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnDataPropertyNameChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.DataPropertyName property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnDisplayIndexChanged | Occurs when the value the System.Windows.Forms.DataGridViewColumn.DisplayIndex property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnDividerDoubleClick | Occurs when the user double-clicks a divider between two columns. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnDividerWidthChanged | Occurs when the System.Windows.Forms.DataGridViewColumn.DividerWidth property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeaderCellChanged | Occurs when the contents of a column header cell change. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeaderMouseClick | Occurs when the user clicks a column header. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeaderMouseDoubleClick | Occurs when a column header is double-clicked. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeadersBorderStyleChanged | Occurs when the System.Windows.Forms.DataGridView.ColumnHeadersBorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeadersDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeadersHeightChanged | Occurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersHeight property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnHeadersHeightSizeModeChanged | Occurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersHeightSizeMode property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnMinimumWidthChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.MinimumWidth property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnNameChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.Name property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnRemoved | Occurs when a column is removed from the control. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnSortModeChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.SortMode property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnStateChanged | Occurs when a column changes state, such as gaining or losing focus. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnToolTipTextChanged | Occurs when the System.Windows.Forms.DataGridViewColumn.ToolTipText property value changes for a column in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) |
 | ColumnWidthChanged | Occurs when the value of the System.Windows.Forms.DataGridViewColumn.Width property for a column changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ContextMenuChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control) |
 | ContextMenuStripChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control) |
 | ControlAdded | Occurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control) |
 | ControlRemoved | Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control) |
 | CurrentCellChanged | Occurs when the System.Windows.Forms.DataGridView.CurrentCell property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | CurrentCellDirtyStateChanged | Occurs when the state of a cell changes in relation to a change in its contents. (Inherited from System.Windows.Forms.DataGridView) |
 | CursorChanged | Occurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control) |
 | DataBindingComplete | Occurs after a data-binding operation has finished. (Inherited from System.Windows.Forms.DataGridView) |
 | DataError | Occurs when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails. (Inherited from System.Windows.Forms.DataGridView) |
 | DataMemberChanged | Occurs when value of the System.Windows.Forms.DataGridView.DataMember property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | DataSourceChanged | Occurs when the value of the System.Windows.Forms.DataGridView.DataSource property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | DefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.DefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | DefaultValuesNeeded | Occurs when the user enters the row for new records so that it can be populated with default values. (Inherited from System.Windows.Forms.DataGridView) |
 | Disposed | (Inherited from System.ComponentModel.Component) |
 | DockChanged | Occurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control) |
 | DoubleClick | Occurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control) |
 | DragDrop | Occurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control) |
 | DragEnter | Occurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control) |
 | DragLeave | Occurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control) |
 | DragOver | Occurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control) |
 | EditingControlShowing | Occurs when a control for editing a cell is showing. (Inherited from System.Windows.Forms.DataGridView) |
 | EditModeChanged | Occurs when the value of the System.Windows.Forms.DataGridView.EditMode property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | EnabledChanged | Occurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control) |
 | Enter | Occurs when the control is entered. (Inherited from System.Windows.Forms.Control) |
 | FontChanged | Occurs when the System.Windows.Forms.DataGridView.Font property value changes. (Inherited from System.Windows.Forms.DataGridView) |
 | ForeColorChanged | Occurs when the System.Windows.Forms.DataGridView.ForeColor property value changes. (Inherited from System.Windows.Forms.DataGridView) |
 | GiveFeedback | Occurs during a drag operation. (Inherited from System.Windows.Forms.Control) |
 | GotFocus | Occurs when the control receives focus. (Inherited from System.Windows.Forms.Control) |
 | GridColorChanged | Occurs when the value of the System.Windows.Forms.DataGridView.GridColor property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | HandleCreated | Occurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control) |
 | HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control) |
 | HelpRequested | Occurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control) |
 | ImeModeChanged | Occurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control) |
 | Invalidated | Occurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control) |
 | KeyDown | Occurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control) |
 | KeyPress | Occurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control) |
 | KeyUp | Occurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control) |
 | Layout | Occurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control) |
 | Leave | Occurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control) |
 | LocationChanged | Occurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control) |
 | LostFocus | Occurs when the control loses focus. (Inherited from System.Windows.Forms.Control) |
 | MarginChanged | Occurs when the control's margin changes. (Inherited from System.Windows.Forms.Control) |
 | MouseCaptureChanged | Occurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control) |
 | MouseClick | Occurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control) |
 | MouseDoubleClick | Occurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control) |
 | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control) |
 | MouseEnter | Occurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control) |
 | MouseHover | Occurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control) |
 | MouseLeave | Occurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control) |
 | MouseMove | Occurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control) |
 | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control) |
 | MouseWheel | Occurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control) |
 | Move | Occurs when the control is moved. (Inherited from System.Windows.Forms.Control) |
 | MultiSelectChanged | Occurs when the value of the System.Windows.Forms.DataGridView.MultiSelect property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | NewRowNeeded | Occurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView is true and the user navigates to the new row at the bottom of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) |
 | Paint | Occurs when the control is redrawn. (Inherited from System.Windows.Forms.Control) |
 | ParentChanged | Occurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control) |
 | PreviewKeyDown | Occurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control) |
 | QueryAccessibilityHelp | Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control) |
 | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control) |
 | ReadOnlyChanged | Occurs when the System.Windows.Forms.DataGridView.ReadOnly property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RegionChanged | Occurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control) |
 | Resize | Occurs when the control is resized. (Inherited from System.Windows.Forms.Control) |
 | RightToLeftChanged | Occurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control) |
 | RowContextMenuStripChanged | Occurs when the System.Windows.Forms.DataGridViewRow.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowContextMenuStripNeeded | Occurs when a row's shortcut menu is needed. (Inherited from System.Windows.Forms.DataGridView) |
 | RowDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property for a row changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowDirtyStateNeeded | Occurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and the System.Windows.Forms.DataGridView needs to determine whether the current row has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowDividerDoubleClick | Occurs when the user double-clicks the divider between two rows. (Inherited from System.Windows.Forms.DataGridView) |
 | RowDividerHeightChanged | Occurs when the System.Windows.Forms.DataGridViewRow.DividerHeight property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowEnter | Occurs when a row receives input focus but before it becomes the current row. (Inherited from System.Windows.Forms.DataGridView) |
 | RowErrorTextChanged | Occurs when the System.Windows.Forms.DataGridViewRow.ErrorText property of a row changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowErrorTextNeeded | Occurs when a row's error text is needed. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeaderCellChanged | Occurs when the user changes the contents of a row header cell. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeaderMouseClick | Occurs when the user clicks within the boundaries of a row header. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeaderMouseDoubleClick | Occurs when a row header is double-clicked. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeadersBorderStyleChanged | Occurs when the System.Windows.Forms.DataGridView.RowHeadersBorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeadersDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.RowHeadersDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeadersWidthChanged | Occurs when value of the System.Windows.Forms.DataGridView.RowHeadersWidth property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeadersWidthSizeModeChanged | Occurs when the value of the System.Windows.Forms.DataGridView.RowHeadersWidthSizeMode property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeightChanged | Occurs when the value of the System.Windows.Forms.DataGridViewRow.Height property for a row changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeightInfoNeeded | Occurs when information about row height is requested. (Inherited from System.Windows.Forms.DataGridView) |
 | RowHeightInfoPushed | Occurs when the user changes the height of a row. (Inherited from System.Windows.Forms.DataGridView) |
 | RowLeave | Occurs when a row loses input focus and is no longer the current row. (Inherited from System.Windows.Forms.DataGridView) |
 | RowMinimumHeightChanged | Occurs when the value of the System.Windows.Forms.DataGridViewRow.MinimumHeight property for a row changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowPostPaint | Occurs after a System.Windows.Forms.DataGridViewRow is painted. (Inherited from System.Windows.Forms.DataGridView) |
 | RowPrePaint | Occurs before a System.Windows.Forms.DataGridViewRow is painted (Inherited from System.Windows.Forms.DataGridView) |
 | RowsAdded | Occurs after a new row is added to the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) |
 | RowsDefaultCellStyleChanged | Occurs when the value of the System.Windows.Forms.DataGridView.RowsDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView) |
 | RowsRemoved | Occurs when a row or rows are deleted from the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) |
 | RowStateChanged | Occurs when a row changes state, such as losing or gaining input focus. (Inherited from System.Windows.Forms.DataGridView) |
 | RowUnshared | Occurs when a row's state changes from shared to unshared. (Inherited from System.Windows.Forms.DataGridView) |
 | RowValidated | Occurs after a row has finished validating. (Inherited from System.Windows.Forms.DataGridView) |
 | RowValidating | Occurs when a row is validating. (Inherited from System.Windows.Forms.DataGridView) |
 | Scroll | Occurs when the user scrolls through the control contents. (Inherited from System.Windows.Forms.DataGridView) |
 | SelectionChanged | Occurs when the current selection changes. (Inherited from System.Windows.Forms.DataGridView) |
 | SizeChanged | Occurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control) |
 | SortCompare | Occurs when the System.Windows.Forms.DataGridView compares two cell values to perform a sort operation. (Inherited from System.Windows.Forms.DataGridView) |
 | Sorted | Occurs when the System.Windows.Forms.DataGridView control completes a sorting operation. (Inherited from System.Windows.Forms.DataGridView) |
 | SystemColorsChanged | Occurs when the system colors change. (Inherited from System.Windows.Forms.Control) |
 | TabIndexChanged | Occurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control) |
 | TabStopChanged | Occurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control) |
 | UserAddedRow | Occurs when the user has finished adding a row to the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView) |
 | UserDeletedRow | Occurs when the user has finished deleting a row from the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView) |
 | UserDeletingRow | Occurs when the user deletes a row from the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView) |
 | Validated | Occurs when the control is finished validating. (Inherited from System.Windows.Forms.Control) |
 | Validating | Occurs when the control is validating. (Inherited from System.Windows.Forms.Control) |
 | VisibleChanged | Occurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control) |