FlexGrid for WinForms
C1FlexGridBase Class Events

For a list of all members of this type, see C1FlexGridBase members.

Public Events
 NameDescription
Public EventAfterAddRowFires after a new row is added by the user.  
Public EventAfterCollapseFires after a node row is collapsed or expanded.  
Public EventAfterDataRefreshFires after any data source change notifications.  
Public EventAfterDeleteRowFires after one or more rows are deleted by the user.  
Public EventAfterDragColumnFires after the user finishes dragging a column.  
Public EventAfterDragRowFires after the user finishes dragging a row.  
Public EventAfterEditFires after a cell has been edited.  
Public EventAfterFilterFires after the column filters have been applied to the grid.  
Public EventAfterFreezeColumnFires after columns are frozen by dragging the frozen column divider.  
Public EventAfterFreezeRowFires after rows are frozen by dragging the frozen row divider.  
Public EventAfterResizeColumnFires after a column is resized by dragging the column header.  
Public EventAfterResizeRowFires after a row is resized by dragging the row header.  
Public EventAfterRowColChangeFires after the current cell changes (Row and Col properties).  
Public EventAfterScrollFires after the grid scrolls.  
Public EventAfterSelChangeFires after the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventAfterSortFires after a column is sorted by a click on a column header.  
Public EventAfterSubtotalFires after each subtotal row has been added to the grid.  
Public EventBackColorChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Public EventBeforeAddRowFires before a new row is added by the user.  
Public EventBeforeAutosizeColumnFires before a column is automatically resized by a double-click on a column header.  
Public EventBeforeAutosizeRowFires before a row is automatically resized by a double-click on a row header.  
Public EventBeforeCollapseFires before a node row is collapsed or expanded.  
Public EventBeforeDeleteRowFires before a row is deleted by the user.  
Public EventBeforeDoubleClickFires before the DoubleClick event is handled by the grid.  
Public EventBeforeDragColumnFires when the user starts dragging a column.  
Public EventBeforeDragRowFires when the user starts dragging a row.  
Public EventBeforeEditFires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.  
Public EventBeforeFilterFires before the column filters are applied to the grid.  
Public EventBeforeFreezeColumnFires before columns are frozen by dragging the frozen column divider.  
Public EventBeforeFreezeRowFires before rows are frozen by dragging the frozen row divider.  
Public EventBeforeMouseDownFires before the System.Windows.Forms.Control.MouseDown event is handled by the grid.  
Public EventBeforePageBreakFires while the control is being printed to provide control over page breaks.  
Public EventBeforeResizeColumnFires before a column is resized by dragging the column header.  
Public EventBeforeResizeRowFires before a row is resized by dragging the row header.  
Public EventBeforeRowColChangeFires before the current cell changes (Row and Col properties).  
Public EventBeforeScrollFires before the grid scrolls.  
Public EventBeforeSelChangeFires before the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventBeforeSortFires before a column is sorted by a click on a column header.  
Public EventBeforeSubtotalFires before each subtotal row is added to the grid.  
Public EventBeginPrintFires before the grid starts printing.  
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventCancelAddRowFires when the cursor leaves the new row without making any changes to it.  
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventCellButtonClickFires after the user clicks a cell button.  
Public EventCellChangedFires after the contents of a cell have changed.  
Public EventCellCheckedFires after a checkbox in a cell is checked or unchecked by the user.  
Public EventChangeEditFires in edit mode, after the contents of the editor change.  
Public EventChangeUICues (Inherited from System.Windows.Forms.Control)
Public EventClick (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventComboCloseUpFires in edit mode, when the dropdown portion of an editor closes.  
Public EventComboDropDownFires in edit mode, when the dropdown portion of an editor opens.  
Public EventContextMenuChanged (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Public EventControlAdded (Inherited from System.Windows.Forms.Control)
Public EventControlRemoved (Inherited from System.Windows.Forms.Control)
Public EventCursorChanged (Inherited from System.Windows.Forms.Control)
Public EventDataBindingCompleteFires after a data-binding operation has finished.  
Public EventDataMemberChangedFires when the value of the DataMember property changes.  
Public EventDataSourceChangedFires when the value of the DataSource property changes.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDockChanged (Inherited from System.Windows.Forms.Control)
Public EventDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventDragDrop (Inherited from System.Windows.Forms.Control)
Public EventDragEnter (Inherited from System.Windows.Forms.Control)
Public EventDraggingColumnFires as the user drags a column to a new position.  
Public EventDraggingRowFires as the user drags a row to a new position.  
Public EventDragLeave (Inherited from System.Windows.Forms.Control)
Public EventDragOver (Inherited from System.Windows.Forms.Control)
Public EventEnabledChanged (Inherited from System.Windows.Forms.Control)
Public EventEndPrintFires after the grid finishes printing.  
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventEnterCellFires after the current cell changes (Row and Col properties).  
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventGetCellErrorInfoFires when ShowErrors is set to true and the control needs error information for a cell.  
Public EventGetLocalizedStringOccurs when the filter localizes a string in the user interface.  
Public EventGetRowErrorInfoFires when ShowErrors is set to true and the control needs error information for a row.  
Public EventGetUnboundValueFires when the grid needs to retrieve data for an unbound cell.  
Public EventGiveFeedback (Inherited from System.Windows.Forms.Control)
Public EventGotFocus (Inherited from System.Windows.Forms.Control)
Public EventGridChangedFires when the grid or its contents change.  
Public EventGridErrorFires after the data source reports an error condition.  
Public EventHandleCreated (Inherited from System.Windows.Forms.Control)
Public EventHandleDestroyed (Inherited from System.Windows.Forms.Control)
Public EventHelpRequested (Inherited from System.Windows.Forms.Control)
Public EventImeModeChanged (Inherited from System.Windows.Forms.Control)
Public EventInvalidated (Inherited from System.Windows.Forms.Control)
Public EventKeyDown (Inherited from System.Windows.Forms.Control)
Public EventKeyDownEditFires in edit mode, when the user presses a key.  
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyPressEditFires in edit mode, when the user presses a character key.  
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventKeyUpEditFires in edit mode, when the user releases a key.  
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
Public EventLeaveCellFires before the current cell changes (Row and Col properties).  
Public EventLeaveEditFires after the control leaves edit mode.  
Public EventLocationChanged (Inherited from System.Windows.Forms.Control)
Public EventLostFocus (Inherited from System.Windows.Forms.Control)
Public EventMarginChanged (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChanged (Inherited from System.Windows.Forms.Control)
Public EventMouseClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDown (Inherited from System.Windows.Forms.Control)
Public EventMouseEnter (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterCellFires when the mouse enters a cell.  
Public EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveCellFires when the mouse leaves a cell.  
Public EventMouseMove (Inherited from System.Windows.Forms.Control)
Public EventMouseUp (Inherited from System.Windows.Forms.Control)
Public EventMouseWheel (Inherited from System.Windows.Forms.Control)
Public EventMove (Inherited from System.Windows.Forms.Control)
Public EventOwnerDrawCellFires before the grid draws a cell, when the DrawMode property is set to DrawModeEnum.OwnerDraw.  
Public EventPaddingChanged (Inherited from System.Windows.Forms.Control)
Public EventPaint (Inherited from System.Windows.Forms.Control)
Public EventParentChanged (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Public EventPrintPageFires after the grid finishes printing a page.  
Public EventQueryAccessibilityHelp (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Public EventRegionChanged (Inherited from System.Windows.Forms.Control)
Public EventResize (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Public EventRowColChangeFires after the current cell changes (Row and Col properties).  
Public EventRowValidatedFires after a row lost focus and has been validated.  
Public EventRowValidatingFires when a row is losing focus and needs to be validated.  
Public EventSelChangeFires after the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventSetUnboundValueFires when the grid needs to store data in an unbound cell.  
Public EventSetupEditorFires after a cell editor has been initialized by the grid, to allow additional custom initialization.  
Public EventShowScrollTipFires before the vertical ScrollTip is displayed.  
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventStartDragFires before the grid starts an automatic OLE drag operation.  
Public EventStartEditFires before the control enters edit mode.  
Public EventStyleChanged (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChanged (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChanged (Inherited from System.Windows.Forms.Control)
Public EventTabStopChanged (Inherited from System.Windows.Forms.Control)
Public EventTextChanged (Inherited from System.Windows.Forms.Control)
Public EventValidated (Inherited from System.Windows.Forms.Control)
Public EventValidateEditFires before the control exits cell edit mode, while the editor is still active.  
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

C1FlexGridBase Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback