| Name | Description |
 | AfterAddRow | Fires after a new row is added by the user. |
 | AfterCollapse | Fires after a node row is collapsed or expanded. |
 | AfterDataRefresh | Fires after any data source change notifications. |
 | AfterDeleteRow | Fires after one or more rows are deleted by the user. |
 | AfterDragColumn | Fires after the user finishes dragging a column. |
 | AfterDragRow | Fires after the user finishes dragging a row. |
 | AfterEdit | Fires after a cell has been edited. |
 | AfterFilter | Fires after the column filters have been applied to the grid. |
 | AfterFreezeColumn | Fires after columns are frozen by dragging the frozen column divider. |
 | AfterFreezeRow | Fires after rows are frozen by dragging the frozen row divider. |
 | AfterResizeColumn | Fires after a column is resized by dragging the column header. |
 | AfterResizeRow | Fires after a row is resized by dragging the row header. |
 | AfterRowColChange | Fires after the current cell changes (Row and Col properties). |
 | AfterScroll | Fires after the grid scrolls. |
 | AfterSelChange | Fires after the selection changes (Row, Col, RowSel, ColSel properties). |
 | AfterSort | Fires after a column is sorted by a click on a column header. |
 | AfterSubtotal | Fires after each subtotal row has been added to the grid. |
 | BackColorChanged | (Inherited from System.Windows.Forms.Control) |
 | BackgroundImageChanged | (Inherited from System.Windows.Forms.Control) |
 | BackgroundImageLayoutChanged | (Inherited from System.Windows.Forms.Control) |
 | BeforeAddRow | Fires before a new row is added by the user. |
 | BeforeAutosizeColumn | Fires before a column is automatically resized by a double-click on a column header. |
 | BeforeAutosizeRow | Fires before a row is automatically resized by a double-click on a row header. |
 | BeforeCollapse | Fires before a node row is collapsed or expanded. |
 | BeforeDeleteRow | Fires before a row is deleted by the user. |
 | BeforeDoubleClick | Fires before the DoubleClick event is handled by the grid. |
 | BeforeDragColumn | Fires when the user starts dragging a column. |
 | BeforeDragRow | Fires when the user starts dragging a row. |
 | BeforeEdit | Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted. |
 | BeforeFilter | Fires before the column filters are applied to the grid. |
 | BeforeFreezeColumn | Fires before columns are frozen by dragging the frozen column divider. |
 | BeforeFreezeRow | Fires before rows are frozen by dragging the frozen row divider. |
 | BeforeMouseDown | Fires before the System.Windows.Forms.Control.MouseDown event is handled by the grid. |
 | BeforePageBreak | Fires while the control is being printed to provide control over page breaks. |
 | BeforeResizeColumn | Fires before a column is resized by dragging the column header. |
 | BeforeResizeRow | Fires before a row is resized by dragging the row header. |
 | BeforeRowColChange | Fires before the current cell changes (Row and Col properties). |
 | BeforeScroll | Fires before the grid scrolls. |
 | BeforeSelChange | Fires before the selection changes (Row, Col, RowSel, ColSel properties). |
 | BeforeSort | Fires before a column is sorted by a click on a column header. |
 | BeforeSubtotal | Fires before each subtotal row is added to the grid. |
 | BeginPrint | Fires before the grid starts printing. |
 | BindingContextChanged | (Inherited from System.Windows.Forms.Control) |
 | CancelAddRow | Fires when the cursor leaves the new row without making any changes to it. |
 | CausesValidationChanged | (Inherited from System.Windows.Forms.Control) |
 | CellButtonClick | Fires after the user clicks a cell button. |
 | CellChanged | Fires after the contents of a cell have changed. |
 | CellChecked | Fires after a checkbox in a cell is checked or unchecked by the user. |
 | ChangeEdit | Fires in edit mode, after the contents of the editor change. |
 | ChangeUICues | (Inherited from System.Windows.Forms.Control) |
 | Click | (Inherited from System.Windows.Forms.Control) |
 | ClientSizeChanged | (Inherited from System.Windows.Forms.Control) |
 | ComboCloseUp | Fires in edit mode, when the dropdown portion of an editor closes. |
 | ComboDropDown | Fires in edit mode, when the dropdown portion of an editor opens. |
 | ContextMenuChanged | (Inherited from System.Windows.Forms.Control) |
 | ContextMenuStripChanged | (Inherited from System.Windows.Forms.Control) |
 | ControlAdded | (Inherited from System.Windows.Forms.Control) |
 | ControlRemoved | (Inherited from System.Windows.Forms.Control) |
 | CursorChanged | (Inherited from System.Windows.Forms.Control) |
 | DataBindingComplete | Fires after a data-binding operation has finished. |
 | DataMemberChanged | Fires when the value of the DataMember property changes. |
 | DataSourceChanged | Fires when the value of the DataSource property changes. |
 | Disposed | (Inherited from System.ComponentModel.Component) |
 | DockChanged | (Inherited from System.Windows.Forms.Control) |
 | DoubleClick | (Inherited from System.Windows.Forms.Control) |
 | DragDrop | (Inherited from System.Windows.Forms.Control) |
 | DragEnter | (Inherited from System.Windows.Forms.Control) |
 | DraggingColumn | Fires as the user drags a column to a new position. |
 | DraggingRow | Fires as the user drags a row to a new position. |
 | DragLeave | (Inherited from System.Windows.Forms.Control) |
 | DragOver | (Inherited from System.Windows.Forms.Control) |
 | EnabledChanged | (Inherited from System.Windows.Forms.Control) |
 | EndPrint | Fires after the grid finishes printing. |
 | Enter | (Inherited from System.Windows.Forms.Control) |
 | EnterCell | Fires after the current cell changes (Row and Col properties). |
 | FontChanged | (Inherited from System.Windows.Forms.Control) |
 | ForeColorChanged | (Inherited from System.Windows.Forms.Control) |
 | GetCellErrorInfo | Fires when ShowErrors is set to true and the control needs error information for a cell. |
 | GetLocalizedString | Occurs when the filter localizes a string in the user interface. |
 | GetRowErrorInfo | Fires when ShowErrors is set to true and the control needs error information for a row. |
 | GetUnboundValue | Fires when the grid needs to retrieve data for an unbound cell. |
 | GiveFeedback | (Inherited from System.Windows.Forms.Control) |
 | GotFocus | (Inherited from System.Windows.Forms.Control) |
 | GridChanged | Fires when the grid or its contents change. |
 | GridError | Fires after the data source reports an error condition. |
 | HandleCreated | (Inherited from System.Windows.Forms.Control) |
 | HandleDestroyed | (Inherited from System.Windows.Forms.Control) |
 | HelpRequested | (Inherited from System.Windows.Forms.Control) |
 | ImeModeChanged | (Inherited from System.Windows.Forms.Control) |
 | Invalidated | (Inherited from System.Windows.Forms.Control) |
 | KeyDown | (Inherited from System.Windows.Forms.Control) |
 | KeyDownEdit | Fires in edit mode, when the user presses a key. |
 | KeyPress | (Inherited from System.Windows.Forms.Control) |
 | KeyPressEdit | Fires in edit mode, when the user presses a character key. |
 | KeyUp | (Inherited from System.Windows.Forms.Control) |
 | KeyUpEdit | Fires in edit mode, when the user releases a key. |
 | Layout | (Inherited from System.Windows.Forms.Control) |
 | Leave | (Inherited from System.Windows.Forms.Control) |
 | LeaveCell | Fires before the current cell changes (Row and Col properties). |
 | LeaveEdit | Fires after the control leaves edit mode. |
 | LocationChanged | (Inherited from System.Windows.Forms.Control) |
 | LostFocus | (Inherited from System.Windows.Forms.Control) |
 | MarginChanged | (Inherited from System.Windows.Forms.Control) |
 | MouseCaptureChanged | (Inherited from System.Windows.Forms.Control) |
 | MouseClick | (Inherited from System.Windows.Forms.Control) |
 | MouseDoubleClick | (Inherited from System.Windows.Forms.Control) |
 | MouseDown | (Inherited from System.Windows.Forms.Control) |
 | MouseEnter | (Inherited from System.Windows.Forms.Control) |
 | MouseEnterCell | Fires when the mouse enters a cell. |
 | MouseHover | (Inherited from System.Windows.Forms.Control) |
 | MouseLeave | (Inherited from System.Windows.Forms.Control) |
 | MouseLeaveCell | Fires when the mouse leaves a cell. |
 | MouseMove | (Inherited from System.Windows.Forms.Control) |
 | MouseUp | (Inherited from System.Windows.Forms.Control) |
 | MouseWheel | (Inherited from System.Windows.Forms.Control) |
 | Move | (Inherited from System.Windows.Forms.Control) |
 | OwnerDrawCell | Fires before the grid draws a cell, when the DrawMode property is set to DrawModeEnum.OwnerDraw. |
 | PaddingChanged | (Inherited from System.Windows.Forms.Control) |
 | Paint | (Inherited from System.Windows.Forms.Control) |
 | ParentChanged | (Inherited from System.Windows.Forms.Control) |
 | PreviewKeyDown | (Inherited from System.Windows.Forms.Control) |
 | PrintPage | Fires after the grid finishes printing a page. |
 | QueryAccessibilityHelp | (Inherited from System.Windows.Forms.Control) |
 | QueryContinueDrag | (Inherited from System.Windows.Forms.Control) |
 | RegionChanged | (Inherited from System.Windows.Forms.Control) |
 | Resize | (Inherited from System.Windows.Forms.Control) |
 | RightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
 | RowColChange | Fires after the current cell changes (Row and Col properties). |
 | RowValidated | Fires after a row lost focus and has been validated. |
 | RowValidating | Fires when a row is losing focus and needs to be validated. |
 | SelChange | Fires after the selection changes (Row, Col, RowSel, ColSel properties). |
 | SetUnboundValue | Fires when the grid needs to store data in an unbound cell. |
 | SetupEditor | Fires after a cell editor has been initialized by the grid, to allow additional custom initialization. |
 | ShowScrollTip | Fires before the vertical ScrollTip is displayed. |
 | SizeChanged | (Inherited from System.Windows.Forms.Control) |
 | StartDrag | Fires before the grid starts an automatic OLE drag operation. |
 | StartEdit | Fires before the control enters edit mode. |
 | StyleChanged | (Inherited from System.Windows.Forms.Control) |
 | SystemColorsChanged | (Inherited from System.Windows.Forms.Control) |
 | TabIndexChanged | (Inherited from System.Windows.Forms.Control) |
 | TabStopChanged | (Inherited from System.Windows.Forms.Control) |
 | TextChanged | (Inherited from System.Windows.Forms.Control) |
 | Validated | (Inherited from System.Windows.Forms.Control) |
 | ValidateEdit | Fires before the control exits cell edit mode, while the editor is still active. |
 | Validating | (Inherited from System.Windows.Forms.Control) |
 | VisibleChanged | (Inherited from System.Windows.Forms.Control) |