System.Windows.Forms.DataGrid: Event Members

The events of System.Windows.Forms.DataGrid are listed below. For a list of all members, see the DataGrid Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Events

AllowNavigationChanged

Occurs when the DataGrid.AllowNavigation property has changed.

BackButtonClick

Occurs when the Back button on a child table is clicked.

BackgroundColorChanged

Occurs when the DataGrid.BackgroundColor has changed.

BackgroundImageChanged

Occurs when the value of the DataGrid.BackgroundImage property changes.

BackgroundImageLayoutChanged

Occurs when the value of the DataGrid.BackgroundImageLayout property changes.

BorderStyleChanged

Occurs when the DataGrid.BorderStyle has changed.

CaptionVisibleChanged

Occurs when the DataGrid.CaptionVisible property has changed.

CurrentCellChanged

Occurs when the DataGrid.CurrentCell property has changed.

CursorChanged

Occurs when the value of the DataGrid.Cursor property changes.

DataSourceChanged

Occurs when the DataGrid.DataSource property value has changed.

FlatModeChanged

Occurs when the DataGrid.FlatMode has changed.

Navigate

Occurs when the user navigates to a new table.

ParentRowsLabelStyleChanged

Occurs when the label style of the parent row is changed.

ParentRowsVisibleChanged

Occurs when the DataGrid.ParentRowsVisible property value changes.

ReadOnlyChanged

Occurs when the DataGrid.ReadOnly property value changes.

Scroll

Occurs when the user scrolls the System.Windows.Forms.DataGrid control.

ShowParentDetailsButtonClick

Occurs when the ShowParentDetails button is clicked.

TextChanged

Occurs when the value of the DataGrid.Text property changes.

Protected Events

RowHeaderClick

Occurs when a row header is clicked.