GrapeCity MultiRow Windows Forms Documentation
GcMultiRow Class Events


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

Public Events
 NameDescription
Public EventActiveViewportChangedOccurs when the active viewport has changed.  
Public EventAllowAutoExtendChangedOccurs when the AllowAutoExtend property has changed.  
Public EventAllowBorderLineZoomChangedOccurs when the AllowBorderLineZoom property has changed.  
Public EventAllowCellContentFloatChangedOccurs when the AllowCellContentFloat property has changed.  
Public EventAllowClipboardChangedOccurs when the AllowClipboard property has changed.  
Public EventAllowMouseWheelAutoScrollingChangedOccurs when the AllowMouseWheelAutoScrolling property has changed.  
Public EventAllowSideButtonsToZoomChangedOccurs when the AllowSideButtonsToZoom property has changed.  
Public EventAllowUserToAddRowsChangedOccurs when the AllowUserToAddRows property has changed.  
Public EventAllowUserToAutoFitColumnsChangedOccurs when the AllowUserToAutoFitColumns property has changed.  
Public EventAllowUserToDeleteRowsChangedOccurs when the AllowUserToDeleteRows property has changed.  
Public EventAllowUserToResizeChangedOccurs when the AllowUserToResize property has changed.  
Public EventAllowUserToReverseSelectChangedOccurs when the AllowUserToReverseSelect property changes.  
Public EventAllowUserToShiftSelectChangedOccurs when the AllowUserToShiftSelect property has changed.  
Public EventAllowUserToTouchResizeChangedOccurs when the AllowUserToTouchResize property has changed.  
Public EventAllowUserToTouchZoomChangedOccurs when the AllowUserToTouchZoom property has changed.  
Public EventAllowUserToZoomChangedOccurs when the AllowUserToZoom property has changed.  
Public EventAlternatingRowsDefaultCellStyleChangedOccurs when the AlternatingRowsDefaultCellStyle property has changed.  
Public EventAlternatingRowsDefaultHeaderCellStyleChangedOccurs when the AlternatingRowsDefaultHeaderCellStyle property has changed.  
Public EventAutoFitContentChangedOccurs when the AutoFitContent property has changed.  
Public EventAutoScrollWhenKeyboardShowingChangedOccurs when the AutoScrollWhenKeyboardShowing property has changed.  
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 EventBackgroundImageOpacityChangedOccurs when the BackgroundImageOpacity property has changed.  
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventBorderStyleChangedOccurs when the BorderStyle property has changed.  
Public EventBoundaryFeedbackModeChangedOccurs when the BoundaryFeedbackMode property has changed.  
Public EventCancelRowEditOccurs when the VirtualMode property of the GcMultiRow control is true and a row edit should be canceled.  
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventCellAutoFitPreferredSizeNeededOccurs when a Cell is measuring the preferred size.  
Public EventCellBeginEditOccurs when edit mode starts for the selected cell.  
Public EventCellClickOccurs when any part of a cell is clicked.  
Public EventCellContentButtonClickOccurs when the content area within an enabled button cell is clicked.  
Public EventCellContentClickOccurs when the content area within a cell is clicked.  
Public EventCellContentDoubleClickOccurs when the user double-clicks a cell's content area.  
Public EventCellContextMenuStripChangedOccurs when the Cell.ContextMenuStrip property has changed.  
Public EventCellContextMenuStripNeededOccurs when a cell's shortcut menu is shown.  
Public EventCellDoubleClickOccurs when the user double-clicks a cell.  
Public EventCellEditedFormattedValueChangedOccurs when the cell's edited formatted value has changed.  
Public EventCellEndEditOccurs when edit mode stops for the currently selected cell.  
Public EventCellEnterOccurs when the current cell changes in the GcMultiRow control or when the control receives input focus.  
Public EventCellErrorTextChangedOccurs when the Cell.ErrorText property value of a cell has changed.  
Public EventCellErrorTextNeededOccurs when a cell's error text is needed.  
Public EventCellFormattingOccurs when the cell contents need to be formatted for display.  
Public EventCellLeaveOccurs when a cell loses input focus and is no longer the current cell.  
Public EventCellMouseClickOccurs when a cell is clicked with the mouse.  
Public EventCellMouseDoubleClickOccurs when a cell is double-clicked with the mouse.  
Public EventCellMouseDownOccurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.  
Public EventCellMouseEnterOccurs when the mouse pointer enters a cell.  
Public EventCellMouseLeaveOccurs when the mouse pointer leaves a cell.  
Public EventCellMouseMoveOccurs when the mouse pointer moves over a cell.  
Public EventCellMouseUpOccurs when the user releases a mouse button while over a cell.  
Public EventCellNoteEnterOccurs when the CellNote receives input focus.  
Public EventCellNoteLeaveOccurs when a CellNote loses input focus and is no longer the active CellNote.  
Public EventCellNoteValueChangedOccurs when the text of a CellNote has changed.  
Public EventCellPaintingOccurs when a cell needs to be drawn.  
Public EventCellParsingOccurs when a cell leaves edit mode if the cell value has been modified.  
Public EventCellResizeCompletedOccurs after a Cell is resized.  
Public EventCellResizeCompletingOccurs before a Cell is resized.  
Public EventCellStyleChangedOccurs when the Cell.Style has changed.  
Public EventCellStyleContentChangedOccurs when a cell style value changes.  
Public EventCellToolTipAutomaticDelayChangedOccurs when CellToolTipAutomaticDelay property has changed.  
Public EventCellToolTipAutoPopDelayChangedOccurs when CellToolTipAutoPopDelay property has changed.  
Public EventCellToolTipInitialDelayChangedOccurs when CellToolTipInitialDelay property has changed.  
Public EventCellToolTipTextChangedOccurs when the Cell.ToolTipText property has changed.  
Public EventCellToolTipTextNeededOccurs when a cell's tooltip is shown.  
Public EventCellTouchToolBarChangedOccurs when the Cell.TouchToolBar property has changed.  
Public EventCellTouchToolBarNeededOccurs when a cell's shortcut menu is shown.  
Public EventCellValidatedOccurs after the cell has finished validating.  
Public EventCellValidateInfoNeededOccurs when cell validate infomation needed.  
Public EventCellValidatingOccurs when a cell loses input focus, which enables content validation.  
Public EventCellValueChangedOccurs when the cell value has changed.  
Public EventCellValueNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the GcMultiRow control requires a cell value in order to format and display the cell.  
Public EventCellValuePushedOccurs when the VirtualMode property of a GcMultiRow control is true and a cell value has changed which requires storage in the underlying data source.  
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 EventClipboardCopyModeChangedOccurs when ClipboardCopyMode property has changed.  
Public EventClipboardOperatingOccurs when cut, copy, or paste is executed through UI action.  
Public EventColumnDefaultCellStyleChangedOccurs when the property Column.DefaultCellStyle of the Column has changed.  
Public EventColumnFooterDefaultCellStyleChangedOccurs when the DefaultCellStyle property of the ColumnFooterSection has changed.  
Public EventColumnFooterDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventColumnFootersDefaultCellStyleChangedOccurs when the ColumnFootersDefaultCellStyle property has changed.  
Public EventColumnFootersDefaultHeaderCellStyleChangedOccurs when the ColumnFootersDefaultHeaderCellStyle property has changed.  
Public EventColumnHeaderDefaultCellStyleChangedOccurs when the Section.DefaultCellStyle property of the ColumnHeaderSection has changed.  
Public EventColumnHeaderDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventColumnHeadersDefaultCellStyleChangedOccurs when the ColumnHeadersDefaultCellStyle property has changed.  
Public EventColumnHeadersDefaultHeaderCellStyleChangedOccurs when the ColumnHeadersDefaultHeaderCellStyle property has changed.  
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 EventCurrentCellBorderLineChangedOccurs when the CurrentCellBorderLine property has changed.  
Public EventCurrentCellChangedOccurs when the CurrentCell property has changed.  
Public EventCurrentCellDirtyStateChangedOccurs when the state of a cell changes in relation to a change in its contents.  
Public EventCurrentRowBorderLineChangedOccurs when CurrentRowBorderLine property has changed.  
Public EventCursorChanged (Inherited from System.Windows.Forms.Control)
Public EventDataBindingCompleteOccurs after a data binding operation has finished.  
Public EventDataErrorOccurs when an external data parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.  
Public EventDataMemberChangedOccurs when the DataMember property of the GcMultiRow control has changed.  
Public EventDataSourceChangedOccurs when the DataSource property of the GcMultiRow control has changed.  
Public EventDefaultCellStyleChangedOccurs when the DefaultCellStyle property has changed.  
Public EventDefaultValuesNeededOccurs when the user enters the detached row for new records so that the row can be populated with default values.  
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 EventDragLeave (Inherited from System.Windows.Forms.Control)
Public EventDragOver (Inherited from System.Windows.Forms.Control)
Public EventEditingControlShowingOccurs when a cell editing control is displayed.  
Public EventEditModeChangedOccurs when the EditMode property has changed.  
Public EventEnabledChanged (Inherited from System.Windows.Forms.Control)
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventExcludeFreezeRowsWhenFilterChangedOccurs when ExcludeFreezeRowsWhenFilter has changed.  
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventFreezeBottomRowCountChangedOccurs when the FreezeBottomRowCount property has changed.  
Public EventFreezeLeftCellIndexChangedOccurs when the FreezeLeftCellIndex property has changed.  
Public EventFreezeLeftCellNameChangedOccurs when the FreezeLeftCellName property has changed.  
Public EventFreezeLinesChangedOccurs when the FreezeLines property has changed.  
Public EventFreezeRightCellIndexChangedOccurs when the FreezeRightCellIndex property has changed.  
Public EventFreezeRightCellNameChangedOccurs when the FreezeRightCellName property has changed.  
Public EventFreezeTopRowCountChangedOccurs when the FreezeTopRowCount property has changed.  
Public EventGiveFeedback (Inherited from System.Windows.Forms.Control)
Public EventGotFocus (Inherited from System.Windows.Forms.Control)
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 EventHideSelectionChangedOccurs when the HideSelection property has changed.  
Public EventHorizontalAutoSizeModeChangedOccurs when the HorizontalAutoSizeMode property has changed.  
Public EventHorizontalScrollBarModeChangedOccurs when HorizontalScrollBarMode property has changed.  
Public EventHorizontalScrollCountChangedOccurs when the HorizontalScrollCount property has changed.  
Public EventHorizontalScrollModeChangedOccurs when the HorizontalScrollMode has changed.  
Public EventHorizontalScrollTipAlignmentChangedOccurs when the HorizontalScrollTipAlignment property has changed.  
Public EventInvalidated (Inherited from System.Windows.Forms.Control)
Public EventKeyDown (Inherited from System.Windows.Forms.Control)
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventLastRowPositionChangedOccurs when the LastRowPosition property has changed.  
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
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 EventMergedCellsSelectionModeChangedOccurs when MergedCellsSelectionMode property has changed.  
Public EventMinZoomFactorChangedOccurs when the MinZoomFactor property has changed.  
Public EventModifiedChangedOccurs when the Modified property has changed.  
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 EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
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 EventMouseWheelCountChangedOccurs when MouseWheelCount property has changed.  
Public EventMouseWheelDirectionChangedOccurs when the MouseWheelDirection property has changed.  
Public EventMouseWheelScrollChangedOccurs when the MouseWheelScroll property has changed.  
Public EventMove (Inherited from System.Windows.Forms.Control)
Public EventMultiSelectChangedOccurs when the MultiSelect property has changed.  
Public EventNewCellPositionNeededOccurs when the current cell is moving to a new position.  
Public EventNewRowNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the user navigates to the new row at the bottom of the GcMultiRow control.  
Public EventNewRowPositionChangedOccurs when NewRowPosition property has changed.  
Public EventNewRowSeparatorStyleChangedOccurs when NewRowSeparatorStyle property has changed.  
Public EventPageBreakLinesChangedOccurs when the PageBreakLines property has changed.  
Public EventPaint (Inherited from System.Windows.Forms.Control)
Public EventPanningModeChangedOccurs when the PanningMode property has changed.  
Public EventParentChanged (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Public EventProcessFirstClickChangedOccurs when the ProcessFirstClick property has changed.  
Public EventQueryAccessibilityHelp (Inherited from System.Windows.Forms.Control)
Public EventQueryCellMergeStateOccurs when GcMultiRow determines whether two cells should merge.  
Public EventQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Public EventReadOnlyChangedOccurs when the ReadOnly property has changed.  
Public EventRegionChanged (Inherited from System.Windows.Forms.Control)
Public EventRenderSelectionModeChangedOccurs when RenderSelectionModechanged.  
Public EventResize (Inherited from System.Windows.Forms.Control)
Public EventResizeTipTextNeededOccurs when the user resizes a cell and the cell gets the resize tip text.  
Public EventRestoreColumnHeaderFooterValueChangedOccurs when the RestoreColumnHeaderFooterValue property has changed.  
Public EventRestoreValueChangedOccurs when the RestoreValue property has changed.  
Public EventRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Public EventRowDefaultCellStyleChangedOccurs when the Section.DefaultCellStyle property of the Row has changed.  
Public EventRowDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventRowDirtyStateNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the GcMultiRow control needs to determine whether the current row has uncommitted changes.  
Public EventRowEnterOccurs when a row receives input focus and becomes the current row.  
Public EventRowErrorTextChangedOccurs when the Row.ErrorText property of a row has changed.  
Public EventRowErrorTextNeededOccurs when a row's error text is needed.  
Public EventRowLeaveOccurs when a row loses input focus and is no longer the current row.  
Public EventRowsAddedOccurs after a new row is added to the GcMultiRow control.  
Public EventRowsAddingOccurs when a new row is in the process of being added to the GcMultiRow control.  
Public EventRowsDefaultCellStyleChangedOccurs when the RowsDefaultCellStyle property has changed.  
Public EventRowsDefaultHeaderCellStyleChangedOccurs when the RowsDefaultHeaderCellStyle property has changed.  
Public EventRowsRemovedOccurs when a row or rows are deleted from the GcMultiRow control.  
Public EventRowsRemovingOccurs when a row or rows are deleted from the GcMultiRow control.  
Public EventRowValidatedOccurs after a row has finished validating.  
Public EventRowValidatingOccurs when a row is validating.  
Public EventScrollOccurs when the user scrolls through the control contents.  
Public EventScrollBarOffice2007StyleChangedOccurs when ScrollBarOffice2007Style property has changed.  
Public EventScrollBarsChangedOccurs when the ScrollBars property has changed.  
Public EventScrollBarStyleChangedOccurs when the ScrollBarStyle property has changed.  
Public EventScrollOnThumbTrackChangedOccurs when the ScrollOnThumbTrack property has changed.  
Public EventScrollTipTextNeededOccurs when dragging the scroll bar and the scroll tip is displayed.  
Public EventSectionContextMenuStripChangedOccurs when the Section.ContextMenuStrip property has changed.  
Public EventSectionContextMenuStripNeededOccurs when a Section's shortcut menu is shown.  
Public EventSectionPaintingOccurs when a section needs to be drawn.  
Public EventSectionTouchToolBarChangedOccurs when the Section.TouchToolBar property has changed.  
Public EventSectionTouchToolBarNeededOccurs when a Section's shortcut menu is shown.  
Public EventSelectionChangedOccurs when selected cells and selected rows change.  
Public EventSelectRowWhenClickBlankAreaChangedOccurs when SelectRowWhenClickBlankAreachanged.  
Public EventShowCellErrorsChangedOccurs when the ShowCellErrors property has changed.  
Public EventShowCellToolTipsChangedOccurs when the ShowCellToolTips property has changed.  
Public EventShowEditingIconChangedOccurs when the ShowEditingIcon property has changed.  
Public EventShowErrorIconInEditingStatusChangedOccurs when the ShowErrorIconInEditingStatus property has changed.  
Public EventShowGrippersInEditingStatusChangedOccurs when the ShowGrippersInEditingStatus property has changed.  
Public EventShowPageBreaksChangedOccurs when the ShowPageBreaks property has changed.  
Public EventShowResizeTipChangedOccurs when the ShowResizeTip property has changed.  
Public EventShowRowErrorsChangedOccurs when the ShowRowErrors property has changed.  
Public EventShowScrollTipChangedOccurs when the ShowScrollTip property has changed.  
Public EventShowSizeGripChangedOccurs when the size grip has changed.  
Public EventShowWaveLineInEditingStatusChangedOccurs when the ShowWaveLineInEditingStatus property has changed.  
Public EventSingleBorderColorChangedOccurs when the SingleBorderColor property has changed.  
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventSortCompareOccurs when the GcMultiRow control compares two cell values to perform a sort operation.  
Public EventSortedOccurs when the GcMultiRow control completes a sorting operation.  
Public EventSplitModeChangedOccurs when the SplitMode property has changed.  
Public EventSplitOffice2007StyleChangedOccurs when the SplitOffice2007Style property has changed.  
Public EventSplitStyleChangedOccurs when the SplitStyle property has changed.  
Public EventSummaryCellValueCachePolicyChangedOccurs when SummaryCellValueCachePolicy property has changed.  
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 EventTemplateChangedOccurs when the GcMultiRow Template has changed.  
Public EventTextChanged (Inherited from System.Windows.Forms.Control)
Public EventTouchSelectionBorderLineChangedOccurs when the TouchSelectionBorderLine property has changed.  
Public EventTouchSelectionGripperBackColorChangedOccurs when the TouchSelectionGripperBackColor property has changed.  
Public EventTouchSelectionGripperLineChangedOccurs when the TouchSelectionGripperLine property has changed.  
Public EventTouchToolBarChangedOccurs when the TouchToolBar property has changed.  
Public EventTouchZoomSnapDistanceChangedOccurs when the TouchZoomSnapDistance property has changed.  
Public EventUseCurrentCellBorderReverseColorChangedOccurs when the UseCurrentCellBorderReverseColor property has changed.  
Public EventUseCurrentRowBorderReverseColorChangedOccurs when UseCurrentRowBorderReverseColor property has changed.  
Public EventUseOptimizedSelectionForTouchChangedOccurs when the UseOptimizedSelectionForTouch property has changed.  
Public EventUserAddedRowOccurs after a new row is added to the GcMultiRow control with UI behavior.  
Public EventUserDeletedRowOccurs after a row has been deleted from the GcMultiRow control through UI behavior.  
Public EventUserDeletingRowOccurs when a row is being deleted from the GcMultiRow control through UI behavior.  
Public EventValidated (Inherited from System.Windows.Forms.Control)
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVerticalScrollBarModeChangedOccurs when VerticalScrollBarMode property has changed.  
Public EventVerticalScrollCountChangedOccurs when the VerticalScrollCount property has changed.  
Public EventVerticalScrollModeChangedOccurs when the VerticalScrollMode has changed.  
Public EventVerticalScrollTipAlignmentChangedOccurs when the VerticalScrollTipAlignment property has changed.  
Public EventViewModeChangedOccurs when the ViewMode property has changed.  
Public EventVirtualModeChangedOccurs when the VirtualMode property has been changed.  
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Public EventZoomFactorChangedOccurs when the ZoomFactor property of the GcMultiRow control has changed.  
Top
See Also

Reference

GcMultiRow Class
GrapeCity.Win.MultiRow Namespace
Template Class
Section Class
Cell Class
Template Property
DataSource Property
VirtualMode Property
CellStyle Class
Office2007Style Enumeration
PrintSettings Property
Print Method
PrintPreview Method

 

 


Copyright © GrapeCity, inc. All rights reserved.