Interface IGridControlBaseEventsTarget
Provides the events raised by GridControlBase objects.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public interface IGridControlBaseEventsTarget : IDisposable
Methods
OnCellButtonClicked(GridCellButtonClickedEventArgs)
See CellButtonClicked in the GridControlBase class for information.
Declaration
void OnCellButtonClicked(GridCellButtonClickedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellButtonClickedEventArgs | e |
OnCellCancelMode(GridCellMouseEventArgs)
See CellCancelMode in the GridControlBase class for information.
Declaration
void OnCellCancelMode(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellClick(GridCellClickEventArgs)
See CellClick in the GridControlBase class for information.
Declaration
void OnCellClick(GridCellClickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellClickEventArgs | e |
OnCellCursor(GridCellCursorEventArgs)
See CellCursor in the GridControlBase class for information.
Declaration
void OnCellCursor(GridCellCursorEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellCursorEventArgs | e |
OnCellDoubleClick(GridCellClickEventArgs)
See CellDoubleClick in the GridControlBase class for information.
Declaration
void OnCellDoubleClick(GridCellClickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellClickEventArgs | e |
OnCellDrawn(GridDrawCellEventArgs)
See CellDrawn in the GridControlBase class for information.
Declaration
void OnCellDrawn(GridDrawCellEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellEventArgs | e |
OnCellHitTest(GridCellHitTestEventArgs)
See CellHitTest in the GridControlBase class for information.
Declaration
void OnCellHitTest(GridCellHitTestEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellHitTestEventArgs | e |
OnCellMouseDown(GridCellMouseEventArgs)
See CellMouseDown in the GridControlBase class for information.
Declaration
void OnCellMouseDown(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellMouseHover(GridCellMouseEventArgs)
See CellMouseHover in the GridControlBase class for information.
Declaration
void OnCellMouseHover(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellMouseHoverEnter(GridCellMouseEventArgs)
See CellMouseHoverEnter in the GridControlBase class for information.
Declaration
void OnCellMouseHoverEnter(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellMouseHoverLeave(GridCellMouseEventArgs)
See CellMouseHoverLeave in the GridControlBase class for information.
Declaration
void OnCellMouseHoverLeave(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellMouseMove(GridCellMouseEventArgs)
See CellMouseMove in the GridControlBase class for information.
Declaration
void OnCellMouseMove(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCellMouseUp(GridCellMouseEventArgs)
See CellMouseUp in the GridControlBase class for information.
Declaration
void OnCellMouseUp(GridCellMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellMouseEventArgs | e |
OnCheckBoxClick(GridCellClickEventArgs)
See CheckBoxClick in the GridControlBase class for information.
Declaration
void OnCheckBoxClick(GridCellClickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellClickEventArgs | e |
OnCurrentCellAcceptedChanges(CancelEventArgs)
See CurrentCellAcceptedChanges in the GridControlBase class for information.
Declaration
void OnCurrentCellAcceptedChanges(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnCurrentCellActivated(EventArgs)
See CurrentCellActivated in the GridControlBase class for information.
Declaration
void OnCurrentCellActivated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellActivateFailed(GridCurrentCellActivateFailedEventArgs)
See CurrentCellActivateFailed in the GridControlBase class for information.
Declaration
void OnCurrentCellActivateFailed(GridCurrentCellActivateFailedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellActivateFailedEventArgs | e |
OnCurrentCellActivating(GridCurrentCellActivatingEventArgs)
See CurrentCellActivating in the GridControlBase class for information.
Declaration
void OnCurrentCellActivating(GridCurrentCellActivatingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellActivatingEventArgs | e |
OnCurrentCellChanged(EventArgs)
See CurrentCellChanged in the GridControlBase class for information.
Declaration
void OnCurrentCellChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellChanging(CancelEventArgs)
See CurrentCellChanging in the GridControlBase class for information.
Declaration
void OnCurrentCellChanging(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnCurrentCellCloseDropDown(PopupClosedEventArgs)
See CurrentCellCloseDropDown in the GridControlBase class for information.
Declaration
void OnCurrentCellCloseDropDown(PopupClosedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
PopupClosedEventArgs | e |
OnCurrentCellConfirmChangesFailed(EventArgs)
See CurrentCellConfirmChangesFailed in the GridControlBase class for information.
Declaration
void OnCurrentCellConfirmChangesFailed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellControlDoubleClick(ControlEventArgs)
See CurrentCellControlDoubleClick in the GridControlBase class for information.
Declaration
void OnCurrentCellControlDoubleClick(ControlEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ControlEventArgs | e |
OnCurrentCellControlGotFocus(ControlEventArgs)
See CurrentCellControlGotFocus in the GridControlBase class for information.
Declaration
void OnCurrentCellControlGotFocus(ControlEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ControlEventArgs | e |
OnCurrentCellControlKeyMessage(GridCurrentCellControlKeyMessageEventArgs)
See CurrentCellControlKeyMessage in the GridControlBase class for information.
Declaration
void OnCurrentCellControlKeyMessage(GridCurrentCellControlKeyMessageEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellControlKeyMessageEventArgs | e |
OnCurrentCellControlLostFocus(ControlEventArgs)
See CurrentCellControlLostFocus in the GridControlBase class for information.
Declaration
void OnCurrentCellControlLostFocus(ControlEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ControlEventArgs | e |
OnCurrentCellDeactivated(GridCurrentCellDeactivatedEventArgs)
See CurrentCellDeactivated in the GridControlBase class for information.
Declaration
void OnCurrentCellDeactivated(GridCurrentCellDeactivatedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellDeactivatedEventArgs | e |
OnCurrentCellDeactivateFailed(EventArgs)
See CurrentCellDeactivateFailed in the GridControlBase class for information.
Declaration
void OnCurrentCellDeactivateFailed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellDeactivating(CancelEventArgs)
See CurrentCellDeactivating in the GridControlBase class for information.
Declaration
void OnCurrentCellDeactivating(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnCurrentCellDeleting(CancelEventArgs)
See CurrentCellDeleting in the GridControlBase class for information.
Declaration
void OnCurrentCellDeleting(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnCurrentCellEditingComplete(EventArgs)
See CurrentCellEditingComplete in the GridControlBase class for information.
Declaration
void OnCurrentCellEditingComplete(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellErrorMessage(GridCurrentCellErrorMessageEventArgs)
See CurrentCellErrorMessage in the GridControlBase class for information.
Declaration
void OnCurrentCellErrorMessage(GridCurrentCellErrorMessageEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellErrorMessageEventArgs | e |
OnCurrentCellInitializeControlText(GridCurrentCellInitializeControlTextEventArgs)
See CurrentCellInitializeControlText in the GridControlBase class for information.
Declaration
void OnCurrentCellInitializeControlText(GridCurrentCellInitializeControlTextEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellInitializeControlTextEventArgs | e |
OnCurrentCellKeyDown(KeyEventArgs)
See CurrentCellKeyDown in the GridControlBase class for information.
Declaration
void OnCurrentCellKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e |
OnCurrentCellKeyPress(KeyPressEventArgs)
See CurrentCellKeyPress in the GridControlBase class for information.
Declaration
void OnCurrentCellKeyPress(KeyPressEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyPressEventArgs | e |
OnCurrentCellKeyUp(KeyEventArgs)
See CurrentCellKeyUp in the GridControlBase class for information.
Declaration
void OnCurrentCellKeyUp(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e |
OnCurrentCellMoved(GridCurrentCellMovedEventArgs)
See CurrentCellMoved in the GridControlBase class for information.
Declaration
void OnCurrentCellMoved(GridCurrentCellMovedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellMovedEventArgs | e |
OnCurrentCellMoveFailed(GridCurrentCellMoveFailedEventArgs)
See CurrentCellMoveFailed in the GridControlBase class for information.
Declaration
void OnCurrentCellMoveFailed(GridCurrentCellMoveFailedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellMoveFailedEventArgs | e |
OnCurrentCellMoving(GridCurrentCellMovingEventArgs)
See CurrentCellMoving in the GridControlBase class for information.
Declaration
void OnCurrentCellMoving(GridCurrentCellMovingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellMovingEventArgs | e |
OnCurrentCellRejectedChanges(EventArgs)
See CurrentCellRejectedChanges in the GridControlBase class for information.
Declaration
void OnCurrentCellRejectedChanges(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellShowedDropDown(EventArgs)
See CurrentCellShowedDropDown in the GridControlBase class for information.
Declaration
void OnCurrentCellShowedDropDown(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellShowingDropDown(GridCurrentCellShowingDropDownEventArgs)
See CurrentCellShowingDropDown in the GridControlBase class for information.
Declaration
void OnCurrentCellShowingDropDown(GridCurrentCellShowingDropDownEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellShowingDropDownEventArgs | e |
OnCurrentCellStartEditing(CancelEventArgs)
See CurrentCellStartEditing in the GridControlBase class for information.
Declaration
void OnCurrentCellStartEditing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnCurrentCellValidated(EventArgs)
See CurrentCellValidated in the GridControlBase class for information.
Declaration
void OnCurrentCellValidated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnCurrentCellValidateString(GridCurrentCellValidateStringEventArgs)
See CurrentCellValidateString in the GridControlBase class for information.
Declaration
void OnCurrentCellValidateString(GridCurrentCellValidateStringEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellValidateStringEventArgs | e |
OnCurrentCellValidating(CancelEventArgs)
See CurrentCellValidating in the GridControlBase class for information.
Declaration
void OnCurrentCellValidating(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnDeactivated(EventArgs)
Occurs when OnDeactivated(EventArgs) is called on GridControlBase.
Declaration
void OnDeactivated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnDrawCell(GridDrawCellEventArgs)
See DrawCell in the GridControlBase class for information.
Declaration
void OnDrawCell(GridDrawCellEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellEventArgs | e |
OnDrawCellBackground(GridDrawCellBackgroundEventArgs)
See DrawCellBackground in the GridControlBase class for information.
Declaration
void OnDrawCellBackground(GridDrawCellBackgroundEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellBackgroundEventArgs | e |
OnDrawCellButton(GridDrawCellButtonEventArgs)
See DrawCellButton in the GridControlBase class for information.
Declaration
void OnDrawCellButton(GridDrawCellButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellButtonEventArgs | e |
OnDrawCellButtonBackground(GridDrawCellButtonBackgroundEventArgs)
See DrawCellButtonBackground in the GridControlBase class for information.
Declaration
void OnDrawCellButtonBackground(GridDrawCellButtonBackgroundEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellButtonBackgroundEventArgs | e |
OnDrawCellDisplayText(GridDrawCellDisplayTextEventArgs)
See DrawCellDisplayText in the GridControlBase class for information.
Declaration
void OnDrawCellDisplayText(GridDrawCellDisplayTextEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellDisplayTextEventArgs | e |
OnDrawCellFrameAppearance(GridDrawCellBackgroundEventArgs)
See DrawCellFrameAppearance in the GridControlBase class for information.
Declaration
void OnDrawCellFrameAppearance(GridDrawCellBackgroundEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellBackgroundEventArgs | e |
OnDrawCurrentCellBorder(GridDrawCurrentCellBorderEventArgs)
See DrawCurrentCellBorder in the GridControlBase class for information.
Declaration
void OnDrawCurrentCellBorder(GridDrawCurrentCellBorderEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCurrentCellBorderEventArgs | e |
OnEnter(EventArgs)
Occurs when OnEnter(EventArgs) is called on GridControlBase.
Declaration
void OnEnter(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnGridBoundsChanged(EventArgs)
See GridBoundsChanged in the GridControlBase class for information.
Declaration
void OnGridBoundsChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnGridControlMouseDown(CancelMouseEventArgs)
See GridControlMouseDown in the GridControlBase class for information.
Declaration
void OnGridControlMouseDown(CancelMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
CancelMouseEventArgs | e |
OnGridControlMouseMove(CancelMouseEventArgs)
See GridControlMouseMove in the GridControlBase class for information.
Declaration
void OnGridControlMouseMove(CancelMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
CancelMouseEventArgs | e |
OnGridControlMouseUp(CancelMouseEventArgs)
See GridControlMouseUp in the GridControlBase class for information.
Declaration
void OnGridControlMouseUp(CancelMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
CancelMouseEventArgs | e |
OnGridValidating(CancelEventArgs)
See OnGridValidating(CancelEventArgs) in the GridControlBase class for information.
Declaration
void OnGridValidating(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnHScrollPixelPosChanged(GridScrollPositionChangedEventArgs)
See HScrollPixelPosChanged in the GridControlBase class for information.
Declaration
void OnHScrollPixelPosChanged(GridScrollPositionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridScrollPositionChangedEventArgs | e |
OnHScrollPixelPosChanging(GridScrollPositionChangingEventArgs)
See HScrollPixelPosChanging in the GridControlBase class for information.
Declaration
void OnHScrollPixelPosChanging(GridScrollPositionChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridScrollPositionChangingEventArgs | e |
OnInvalidated(InvalidateEventArgs)
Occurs when OnInvalidated(InvalidateEventArgs) is called on GridControlBase.
Declaration
void OnInvalidated(InvalidateEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.InvalidateEventArgs | e |
OnKeyDown(KeyEventArgs)
Occurs when OnKeyDown(KeyEventArgs) is called on GridControlBase.
Declaration
void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e |
OnKeyPress(KeyPressEventArgs)
Occurs when OnKeyPress(KeyPressEventArgs) is called on GridControlBase.
Declaration
void OnKeyPress(KeyPressEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyPressEventArgs | e |
OnKeyUp(KeyEventArgs)
Occurs when OnKeyUp(KeyEventArgs) is called on GridControlBase.
Declaration
void OnKeyUp(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e |
OnLayout(LayoutEventArgs)
Occurs when OnLayout(LayoutEventArgs) is called on GridControlBase.
Declaration
void OnLayout(LayoutEventArgs le)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.LayoutEventArgs | le |
OnLeftColChanged(GridRowColIndexChangedEventArgs)
See LeftColChanged in the GridControlBase class for information.
Declaration
void OnLeftColChanged(GridRowColIndexChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColIndexChangedEventArgs | e |
OnLeftColChanging(GridRowColIndexChangingEventArgs)
See LeftColChanging in the GridControlBase class for information.
Declaration
void OnLeftColChanging(GridRowColIndexChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColIndexChangingEventArgs | e |
OnModelChanged(EventArgs)
See ModelChanged in the GridControlBase class for information.
Declaration
void OnModelChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseActivating(CancelEventArgs)
See MouseActivating in the GridControlBase class for information.
Declaration
void OnMouseActivating(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnMouseDown(MouseEventArgs)
Occurs when OnMouseDown(MouseEventArgs) is called on GridControlBase.
Declaration
void OnMouseDown(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e |
OnMouseMove(MouseEventArgs)
Occurs when OnMouseMove(MouseEventArgs) is called on GridControlBase.
Declaration
void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e |
OnMouseUp(MouseEventArgs)
Occurs when OnMouseUp(MouseEventArgs) is called on GridControlBase.
Declaration
void OnMouseUp(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e |
OnMouseWheel(MouseEventArgs)
Occurs when OnEnter(EventArgs) is called on GridControlBase.
Declaration
void OnMouseWheel(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e |
OnMoveCurrentCellDirection(GridMoveCurrentCellDirectionEventArgs)
See MoveCurrentCellDirection in the GridControlBase class for information.
Declaration
void OnMoveCurrentCellDirection(GridMoveCurrentCellDirectionEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridMoveCurrentCellDirectionEventArgs | e |
OnPaint(PaintEventArgs)
Occurs when OnPaint(PaintEventArgs) is called on GridControlBase.
Declaration
void OnPaint(PaintEventArgs pe)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | pe |
OnPrepareViewStyleInfo(GridPrepareViewStyleInfoEventArgs)
See PrepareViewStyleInfo in the GridControlBase class for information.
Declaration
void OnPrepareViewStyleInfo(GridPrepareViewStyleInfoEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridPrepareViewStyleInfoEventArgs | e |
OnPrintingModeChanged(EventArgs)
See PrintingModeChanged in the GridControlBase class for information.
Declaration
void OnPrintingModeChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnPushButtonClick(GridCellPushButtonClickEventArgs)
See PushButtonClick in the GridControlBase class for information.
Declaration
void OnPushButtonClick(GridCellPushButtonClickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCellPushButtonClickEventArgs | e |
OnQueryCanOleDragRange(GridQueryCanOleDragRangeEventArgs)
See QueryCanOleDragRange in the GridControlBase class for information.
Declaration
void OnQueryCanOleDragRange(GridQueryCanOleDragRangeEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryCanOleDragRangeEventArgs | e |
OnQueryNextCurrentCellPosition(GridQueryNextCurrentCellPositionEventArgs)
See QueryNextCurrentCellPosition in the GridControlBase class for information.
Declaration
void OnQueryNextCurrentCellPosition(GridQueryNextCurrentCellPositionEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryNextCurrentCellPositionEventArgs | e |
OnQueryScrollCellInView(GridQueryScrollCellInViewEventArgs)
See QueryScrollCellInView in the GridControlBase class for information.
Declaration
void OnQueryScrollCellInView(GridQueryScrollCellInViewEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryScrollCellInViewEventArgs | e |
OnResizingColumns(GridResizingColumnsEventArgs)
See ResizingColumns in the GridControlBase class for information.
Declaration
void OnResizingColumns(GridResizingColumnsEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridResizingColumnsEventArgs | e |
OnResizingRows(GridResizingRowsEventArgs)
See ResizingRows in the GridControlBase class for information.
Declaration
void OnResizingRows(GridResizingRowsEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridResizingRowsEventArgs | e |
OnScrollControlMouseDown(CancelMouseEventArgs)
Occurs when OnScrollControlMouseDown(CancelMouseEventArgs) is called on GridControlBase.
Declaration
void OnScrollControlMouseDown(CancelMouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
CancelMouseEventArgs | e |
OnScrollInfoChanged(EventArgs)
See ScrollInfoChanged in the GridControlBase class for information.
Declaration
void OnScrollInfoChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnScrollTipFeedback(ScrollTipFeedbackEventArgs)
Occurs when OnScrollTipFeedback(ScrollTipFeedbackEventArgs) is called on GridControlBase.
Declaration
void OnScrollTipFeedback(ScrollTipFeedbackEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
ScrollTipFeedbackEventArgs | e |
OnSelectionDragged(GridSelectionDragEventArgs)
See SelectionDragged in the GridControlBase class for information.
Declaration
void OnSelectionDragged(GridSelectionDragEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridSelectionDragEventArgs | e |
OnSelectionDragging(GridSelectionDragEventArgs)
See SelectionDragging in the GridControlBase class for information.
Declaration
void OnSelectionDragging(GridSelectionDragEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridSelectionDragEventArgs | e |
OnSelectionFrameChanged(GraphicsEventArgs)
See SelectionFrameChanged in the GridControlBase class for information.
Declaration
void OnSelectionFrameChanged(GraphicsEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GraphicsEventArgs | e |
OnSelectionFrameChanging(GraphicsEventArgs)
See SelectionFrameChanging in the GridControlBase class for information.
Declaration
void OnSelectionFrameChanging(GraphicsEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GraphicsEventArgs | e |
OnSizeChanged(EventArgs)
Occurs when OnSizeChanged(EventArgs) is called on GridControlBase.
Declaration
void OnSizeChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnSplitterPaneClosing(EventArgs)
Occurs when OnSplitterPaneClosing(EventArgs) is called on GridControlBase.
Declaration
void OnSplitterPaneClosing(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnSupportsTransparentBackColorChanged(EventArgs)
See SupportsTransparentBackColorChanged in the GridControlBase class for information.
Declaration
void OnSupportsTransparentBackColorChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnThemeChanged(EventArgs)
See ThemeChanged in the GridControlBase class for information.
Declaration
void OnThemeChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnTopRowChanged(GridRowColIndexChangedEventArgs)
See TopRowChanged in the GridControlBase class for information.
Declaration
void OnTopRowChanged(GridRowColIndexChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColIndexChangedEventArgs | e |
OnTopRowChanging(GridRowColIndexChangingEventArgs)
See TopRowChanging in the GridControlBase class for information.
Declaration
void OnTopRowChanging(GridRowColIndexChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColIndexChangingEventArgs | e |
OnValidating(CancelEventArgs)
Occurs when OnValidating(CancelEventArgs) is called on GridControlBase.
Declaration
void OnValidating(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnVisibleChanged(EventArgs)
Occurs when OnVisibleChanged(EventArgs) is called on GridControlBase.
Declaration
void OnVisibleChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnVScrollPixelPosChanged(GridScrollPositionChangedEventArgs)
See VScrollPixelPosChanged in the GridControlBase class for information.
Declaration
void OnVScrollPixelPosChanged(GridScrollPositionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridScrollPositionChangedEventArgs | e |
OnVScrollPixelPosChanging(GridScrollPositionChangingEventArgs)
See VScrollPixelPosChanging in the GridControlBase class for information.
Declaration
void OnVScrollPixelPosChanging(GridScrollPositionChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridScrollPositionChangingEventArgs | e |
OnWindowScrolled(ScrollWindowEventArgs)
Occurs when OnWindowScrolled(ScrollWindowEventArgs) is called on GridControlBase.
Declaration
void OnWindowScrolled(ScrollWindowEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
ScrollWindowEventArgs | e |
OnWrapCellNextControlInForm(GridWrapCellNextControlInFormEventArgs)
See WrapCellNextControlInForm in the GridControlBase class for information.
Declaration
void OnWrapCellNextControlInForm(GridWrapCellNextControlInFormEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridWrapCellNextControlInFormEventArgs | e |