menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridModelEventsTarget - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridModelEventsTarget

    Provides an interface for an object that handles events raised by GridModel objects.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridModelEventsTarget

    Methods

    OnBanneredRangesChanged(GridBanneredRangesChangedEventArgs)

    See BanneredRangesChanged in the GridModel class for information.

    Declaration
    void OnBanneredRangesChanged(GridBanneredRangesChangedEventArgs e)
    Parameters
    Type Name Description
    GridBanneredRangesChangedEventArgs e

    OnBanneredRangesChanging(GridBanneredRangesChangingEventArgs)

    See BanneredRangesChanging in the GridModel class for information.

    Declaration
    void OnBanneredRangesChanging(GridBanneredRangesChangingEventArgs e)
    Parameters
    Type Name Description
    GridBanneredRangesChangingEventArgs e

    OnBaseStylesMapChanged(EventArgs)

    See BaseStylesMapChanged in the GridModel class for information.

    Declaration
    void OnBaseStylesMapChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnBeginUpdateRequest(EventArgs)

    See BeginUpdateRequest in the GridModel class for information.

    Declaration
    void OnBeginUpdateRequest(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnCellModelsChanged(CollectionChangeEventArgs)

    See CellModelsChanged in the GridModel class for information.

    Declaration
    void OnCellModelsChanged(CollectionChangeEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CollectionChangeEventArgs e

    OnCellsChanged(GridCellsChangedEventArgs)

    See CellsChanged in the GridModel class for information.

    Declaration
    void OnCellsChanged(GridCellsChangedEventArgs e)
    Parameters
    Type Name Description
    GridCellsChangedEventArgs e

    OnCellsChanging(GridCellsChangingEventArgs)

    See CellsChanging in the GridModel class for information.

    Declaration
    void OnCellsChanging(GridCellsChangingEventArgs e)
    Parameters
    Type Name Description
    GridCellsChangingEventArgs e

    OnClearingCells(GridClearingCellsEventArgs)

    See ClearingCells in the GridModel class for information.

    Declaration
    void OnClearingCells(GridClearingCellsEventArgs e)
    Parameters
    Type Name Description
    GridClearingCellsEventArgs e

    OnClipboardCanCopy(GridCutPasteEventArgs)

    See ClipboardCanCopy in the GridModel class for information.

    Declaration
    void OnClipboardCanCopy(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardCanCut(GridCutPasteEventArgs)

    See ClipboardCanCut in the GridModel class for information.

    Declaration
    void OnClipboardCanCut(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardCanPaste(GridCutPasteEventArgs)

    See ClipboardCanPaste in the GridModel class for information.

    Declaration
    void OnClipboardCanPaste(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardCopy(GridCutPasteEventArgs)

    See ClipboardCopy in the GridModel class for information.

    Declaration
    void OnClipboardCopy(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardCopyToBuffer(ClipboardCopyToBufferEventArgs)

    See ClipboardCopy in the GridModel class for information.

    Declaration
    void OnClipboardCopyToBuffer(ClipboardCopyToBufferEventArgs e)
    Parameters
    Type Name Description
    ClipboardCopyToBufferEventArgs e

    OnClipboardCut(GridCutPasteEventArgs)

    See ClipboardCut in the GridModel class for information.

    Declaration
    void OnClipboardCut(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardPaste(GridCutPasteEventArgs)

    See ClipboardPaste in the GridModel class for information.

    Declaration
    void OnClipboardPaste(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnClipboardPasted(GridCutPasteEventArgs)

    See ClipboardPasted in the GridModel class for information.

    Declaration
    void OnClipboardPasted(GridCutPasteEventArgs e)
    Parameters
    Type Name Description
    GridCutPasteEventArgs e

    OnColsHidden(GridRowColHiddenEventArgs)

    See ColsHidden in the GridModel class for information.

    Declaration
    void OnColsHidden(GridRowColHiddenEventArgs e)
    Parameters
    Type Name Description
    GridRowColHiddenEventArgs e

    OnColsHiding(GridRowColHidingEventArgs)

    See ColsHiding in the GridModel class for information.

    Declaration
    void OnColsHiding(GridRowColHidingEventArgs e)
    Parameters
    Type Name Description
    GridRowColHidingEventArgs e

    OnColsInserted(GridRangeInsertedEventArgs)

    See ColsInserted in the GridModel class for information.

    Declaration
    void OnColsInserted(GridRangeInsertedEventArgs e)
    Parameters
    Type Name Description
    GridRangeInsertedEventArgs e

    OnColsInserting(GridRangeInsertingEventArgs)

    See ColsInserting in the GridModel class for information.

    Declaration
    void OnColsInserting(GridRangeInsertingEventArgs e)
    Parameters
    Type Name Description
    GridRangeInsertingEventArgs e

    OnColsMoved(GridRangeMovedEventArgs)

    See ColsMoved in the GridModel class for information.

    Declaration
    void OnColsMoved(GridRangeMovedEventArgs e)
    Parameters
    Type Name Description
    GridRangeMovedEventArgs e

    OnColsMoving(GridRangeMovingEventArgs)

    See ColsMoving in the GridModel class for information.

    Declaration
    void OnColsMoving(GridRangeMovingEventArgs e)
    Parameters
    Type Name Description
    GridRangeMovingEventArgs e

    OnColsRemoved(GridRangeRemovedEventArgs)

    See ColsRemoved in the GridModel class for information.

    Declaration
    void OnColsRemoved(GridRangeRemovedEventArgs e)
    Parameters
    Type Name Description
    GridRangeRemovedEventArgs e

    OnColsRemoving(GridRangeRemovingEventArgs)

    See ColsRemoving in the GridModel class for information.

    Declaration
    void OnColsRemoving(GridRangeRemovingEventArgs e)
    Parameters
    Type Name Description
    GridRangeRemovingEventArgs e

    OnColWidthsChanged(GridRowColSizeChangedEventArgs)

    See ColWidthsChanged in the GridModel class for information.

    Declaration
    void OnColWidthsChanged(GridRowColSizeChangedEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeChangedEventArgs e

    OnColWidthsChanging(GridRowColSizeChangingEventArgs)

    See ColWidthsChanging in the GridModel class for information.

    Declaration
    void OnColWidthsChanging(GridRowColSizeChangingEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeChangingEventArgs e

    OnCommandStackChanged(EventArgs)

    See CommandStackChanged in the GridModel class for information.

    Declaration
    void OnCommandStackChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnConfirmingPendingChanges(CancelEventArgs)

    See ConfirmingPendingChanges in the GridModel class for information.

    Declaration
    void OnConfirmingPendingChanges(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    OnCoveredRangesChanged(GridCoveredRangesChangedEventArgs)

    See CoveredRangesChanged in the GridModel class for information.

    Declaration
    void OnCoveredRangesChanged(GridCoveredRangesChangedEventArgs e)
    Parameters
    Type Name Description
    GridCoveredRangesChangedEventArgs e

    OnCoveredRangesChanging(GridCoveredRangesChangingEventArgs)

    See CoveredRangesChanging in the GridModel class for information.

    Declaration
    void OnCoveredRangesChanging(GridCoveredRangesChangingEventArgs e)
    Parameters
    Type Name Description
    GridCoveredRangesChangingEventArgs e

    OnDataChanged(EventArgs)

    See DataChanged in the GridModel class for information.

    Declaration
    void OnDataChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnDataProviderChanged(EventArgs)

    See DataProviderChanged in the GridModel class for information.

    Declaration
    void OnDataProviderChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnDataProviderQueryCellInfo(GridQueryCellInfoEventArgs)

    See DataProviderQueryCellInfo in the GridModel class for information.

    Declaration
    void OnDataProviderQueryCellInfo(GridQueryCellInfoEventArgs e)
    Parameters
    Type Name Description
    GridQueryCellInfoEventArgs e

    OnDataProviderSaveCellInfo(GridSaveCellInfoEventArgs)

    See DataProviderSaveCellInfo in the GridModel class for information.

    Declaration
    void OnDataProviderSaveCellInfo(GridSaveCellInfoEventArgs e)
    Parameters
    Type Name Description
    GridSaveCellInfoEventArgs e

    OnDefaultColWidthChanged(GridDefaultSizeChangedEventArgs)

    See DefaultColWidthChanged in the GridModel class for information.

    Declaration
    void OnDefaultColWidthChanged(GridDefaultSizeChangedEventArgs e)
    Parameters
    Type Name Description
    GridDefaultSizeChangedEventArgs e

    OnDefaultColWidthChanging(GridDefaultSizeChangingEventArgs)

    See DefaultColWidthChanging in the GridModel class for information.

    Declaration
    void OnDefaultColWidthChanging(GridDefaultSizeChangingEventArgs e)
    Parameters
    Type Name Description
    GridDefaultSizeChangingEventArgs e

    OnDefaultRowHeightChanged(GridDefaultSizeChangedEventArgs)

    See DefaultRowHeightChanged in the GridModel class for information.

    Declaration
    void OnDefaultRowHeightChanged(GridDefaultSizeChangedEventArgs e)
    Parameters
    Type Name Description
    GridDefaultSizeChangedEventArgs e

    OnDefaultRowHeightChanging(GridDefaultSizeChangingEventArgs)

    See DefaultRowHeightChanging in the GridModel class for information.

    Declaration
    void OnDefaultRowHeightChanging(GridDefaultSizeChangingEventArgs e)
    Parameters
    Type Name Description
    GridDefaultSizeChangingEventArgs e

    OnEndUpdateRequest(GridEndUpdateRequestEventArgs)

    See EndUpdateRequest in the GridModel class for information.

    Declaration
    void OnEndUpdateRequest(GridEndUpdateRequestEventArgs e)
    Parameters
    Type Name Description
    GridEndUpdateRequestEventArgs e

    OnFloatingCellsChanged(GridFloatingCellsChangedEventArgs)

    See FloatingCellsChanged in the GridModel class for information.

    Declaration
    void OnFloatingCellsChanged(GridFloatingCellsChangedEventArgs e)
    Parameters
    Type Name Description
    GridFloatingCellsChangedEventArgs e

    OnFrozenColCountChanged(GridCountChangedEventArgs)

    See FrozenColCountChanged in the GridModel class for information.

    Declaration
    void OnFrozenColCountChanged(GridCountChangedEventArgs e)
    Parameters
    Type Name Description
    GridCountChangedEventArgs e

    OnFrozenColCountChanging(GridCountChangingEventArgs)

    See FrozenColCountChanging in the GridModel class for information.

    Declaration
    void OnFrozenColCountChanging(GridCountChangingEventArgs e)
    Parameters
    Type Name Description
    GridCountChangingEventArgs e

    OnFrozenRowCountChanged(GridCountChangedEventArgs)

    See FrozenRowCountChanged in the GridModel class for information.

    Declaration
    void OnFrozenRowCountChanged(GridCountChangedEventArgs e)
    Parameters
    Type Name Description
    GridCountChangedEventArgs e

    OnFrozenRowCountChanging(GridCountChangingEventArgs)

    See FrozenRowCountChanging in the GridModel class for information.

    Declaration
    void OnFrozenRowCountChanging(GridCountChangingEventArgs e)
    Parameters
    Type Name Description
    GridCountChangingEventArgs e

    OnHeaderColCountChanged(GridCountChangedEventArgs)

    See HeaderColCountChanged in the GridModel class for information.

    Declaration
    void OnHeaderColCountChanged(GridCountChangedEventArgs e)
    Parameters
    Type Name Description
    GridCountChangedEventArgs e

    OnHeaderColCountChanging(GridCountChangingEventArgs)

    See HeaderColCountChanging in the GridModel class for information.

    Declaration
    void OnHeaderColCountChanging(GridCountChangingEventArgs e)
    Parameters
    Type Name Description
    GridCountChangingEventArgs e

    OnHeaderRowCountChanged(GridCountChangedEventArgs)

    See HeaderRowCountChanged in the GridModel class for information.

    Declaration
    void OnHeaderRowCountChanged(GridCountChangedEventArgs e)
    Parameters
    Type Name Description
    GridCountChangedEventArgs e

    OnHeaderRowCountChanging(GridCountChangingEventArgs)

    See HeaderRowCountChanging in the GridModel class for information.

    Declaration
    void OnHeaderRowCountChanging(GridCountChangingEventArgs e)
    Parameters
    Type Name Description
    GridCountChangingEventArgs e

    OnInvalidateRangeRequest(GridInvalidateRangeRequestEventArgs)

    See InvalidateRangeRequest in the GridModel class for information.

    Declaration
    void OnInvalidateRangeRequest(GridInvalidateRangeRequestEventArgs e)
    Parameters
    Type Name Description
    GridInvalidateRangeRequestEventArgs e

    OnMergeCellsChanged(GridMergeCellsChangedEventArgs)

    See MergeCellsChanged in the GridModel class for information.

    Declaration
    void OnMergeCellsChanged(GridMergeCellsChangedEventArgs e)
    Parameters
    Type Name Description
    GridMergeCellsChangedEventArgs e

    OnOleDroppedData(EventArgs)

    See OleDroppedData in the GridModel class for information.

    Declaration
    void OnOleDroppedData(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnParseCommonFormats(GridCellTextEventArgs)

    See ParseCommonFormats in the GridModel class for information.

    Declaration
    void OnParseCommonFormats(GridCellTextEventArgs e)
    Parameters
    Type Name Description
    GridCellTextEventArgs e

    OnPasteCellText(GridPasteCellTextEventArgs)

    See PasteCellText in the GridModel class for information.

    Declaration
    void OnPasteCellText(GridPasteCellTextEventArgs e)
    Parameters
    Type Name Description
    GridPasteCellTextEventArgs e

    OnPrepareChangeSelection(GridPrepareChangeSelectionEventArgs)

    See PrepareChangeSelection in the GridModel class for information.

    Declaration
    void OnPrepareChangeSelection(GridPrepareChangeSelectionEventArgs e)
    Parameters
    Type Name Description
    GridPrepareChangeSelectionEventArgs e

    OnPrepareClearSelection(EventArgs)

    See PrepareClearSelection in the GridModel class for information.

    Declaration
    void OnPrepareClearSelection(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnPrepareGraphics(GraphicsEventArgs)

    See PrepareGraphics in the GridModel class for information.

    Declaration
    void OnPrepareGraphics(GraphicsEventArgs e)
    Parameters
    Type Name Description
    GraphicsEventArgs e

    OnQueryBanneredRange(GridQueryBanneredRangeEventArgs)

    See QueryBanneredRange in the GridModel class for information.

    Declaration
    void OnQueryBanneredRange(GridQueryBanneredRangeEventArgs e)
    Parameters
    Type Name Description
    GridQueryBanneredRangeEventArgs e

    OnQueryCanMergeCells(GridQueryCanMergeCellsEventArgs)

    See QueryCanMergeCells in the GridModel class for information.

    Declaration
    void OnQueryCanMergeCells(GridQueryCanMergeCellsEventArgs e)
    Parameters
    Type Name Description
    GridQueryCanMergeCellsEventArgs e

    OnQueryCellFormattedText(GridCellTextEventArgs)

    See QueryCellFormattedText in the GridModel class for information.

    Declaration
    void OnQueryCellFormattedText(GridCellTextEventArgs e)
    Parameters
    Type Name Description
    GridCellTextEventArgs e

    OnQueryCellInfo(GridQueryCellInfoEventArgs)

    See QueryCellInfo in the GridModel class for information.

    Declaration
    void OnQueryCellInfo(GridQueryCellInfoEventArgs e)
    Parameters
    Type Name Description
    GridQueryCellInfoEventArgs e

    OnQueryCellModel(GridQueryCellModelEventArgs)

    See QueryCellModel in the GridModel class for information.

    Declaration
    void OnQueryCellModel(GridQueryCellModelEventArgs e)
    Parameters
    Type Name Description
    GridQueryCellModelEventArgs e

    OnQueryCellText(GridCellTextEventArgs)

    See QueryCellText in the GridModel class for information.

    Declaration
    void OnQueryCellText(GridCellTextEventArgs e)
    Parameters
    Type Name Description
    GridCellTextEventArgs e

    OnQueryColCount(GridRowColCountEventArgs)

    See QueryColCount in the GridModel class for information.

    Declaration
    void OnQueryColCount(GridRowColCountEventArgs e)
    Parameters
    Type Name Description
    GridRowColCountEventArgs e

    OnQueryColWidth(GridRowColSizeEventArgs)

    See QueryColWidth in the GridModel class for information.

    Declaration
    void OnQueryColWidth(GridRowColSizeEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeEventArgs e

    OnQueryCoveredRange(GridQueryCoveredRangeEventArgs)

    See QueryCoveredRange in the GridModel class for information.

    Declaration
    void OnQueryCoveredRange(GridQueryCoveredRangeEventArgs e)
    Parameters
    Type Name Description
    GridQueryCoveredRangeEventArgs e

    OnQueryDragDropMoveClearCells(CancelEventArgs)

    See QueryDragDropMoveClearCells in the GridModel class for information.

    Declaration
    void OnQueryDragDropMoveClearCells(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    OnQueryHideCol(GridRowColHideEventArgs)

    See Syncfusion.Windows.Forms.Grid.GridModel.QueryHideCol in the GridModel class for information.

    Declaration
    void OnQueryHideCol(GridRowColHideEventArgs e)
    Parameters
    Type Name Description
    GridRowColHideEventArgs e

    OnQueryHideRow(GridRowColHideEventArgs)

    See Syncfusion.Windows.Forms.Grid.GridModel.QueryHideRow in the GridModel class for information.

    Declaration
    void OnQueryHideRow(GridRowColHideEventArgs e)
    Parameters
    Type Name Description
    GridRowColHideEventArgs e

    OnQueryOleDataSourceData(GridQueryOleDataSourceDataEventArgs)

    See QueryOleDataSourceData in the GridModel class for information.

    Declaration
    void OnQueryOleDataSourceData(GridQueryOleDataSourceDataEventArgs e)
    Parameters
    Type Name Description
    GridQueryOleDataSourceDataEventArgs e

    OnQueryRowCount(GridRowColCountEventArgs)

    See QueryRowCount in the GridModel class for information.

    Declaration
    void OnQueryRowCount(GridRowColCountEventArgs e)
    Parameters
    Type Name Description
    GridRowColCountEventArgs e

    OnQueryRowHeight(GridRowColSizeEventArgs)

    See QueryRowHeight in the GridModel class for information.

    Declaration
    void OnQueryRowHeight(GridRowColSizeEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeEventArgs e

    OnQueryRowHeightTotal(GridRowColSizeTotalEventArgs)

    See QueryRowHeightTotal in the GridModel class for information.

    Declaration
    void OnQueryRowHeightTotal(GridRowColSizeTotalEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeTotalEventArgs e

    OnRowHeightsChanged(GridRowColSizeChangedEventArgs)

    See RowHeightsChanged in the GridModel class for information.

    Declaration
    void OnRowHeightsChanged(GridRowColSizeChangedEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeChangedEventArgs e

    OnRowHeightsChanging(GridRowColSizeChangingEventArgs)

    See RowHeightsChanging in the GridModel class for information.

    Declaration
    void OnRowHeightsChanging(GridRowColSizeChangingEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeChangingEventArgs e

    OnRowsHidden(GridRowColHiddenEventArgs)

    See RowsHidden in the GridModel class for information.

    Declaration
    void OnRowsHidden(GridRowColHiddenEventArgs e)
    Parameters
    Type Name Description
    GridRowColHiddenEventArgs e

    OnRowsHiding(GridRowColHidingEventArgs)

    See RowsHiding in the GridModel class for information.

    Declaration
    void OnRowsHiding(GridRowColHidingEventArgs e)
    Parameters
    Type Name Description
    GridRowColHidingEventArgs e

    OnRowsInserted(GridRangeInsertedEventArgs)

    See RowsInserted in the GridModel class for information.

    Declaration
    void OnRowsInserted(GridRangeInsertedEventArgs e)
    Parameters
    Type Name Description
    GridRangeInsertedEventArgs e

    OnRowsInserting(GridRangeInsertingEventArgs)

    See RowsInserting in the GridModel class for information.

    Declaration
    void OnRowsInserting(GridRangeInsertingEventArgs e)
    Parameters
    Type Name Description
    GridRangeInsertingEventArgs e

    OnRowsMoved(GridRangeMovedEventArgs)

    See RowsMoved in the GridModel class for information.

    Declaration
    void OnRowsMoved(GridRangeMovedEventArgs e)
    Parameters
    Type Name Description
    GridRangeMovedEventArgs e

    OnRowsMoving(GridRangeMovingEventArgs)

    See RowsMoving in the GridModel class for information.

    Declaration
    void OnRowsMoving(GridRangeMovingEventArgs e)
    Parameters
    Type Name Description
    GridRangeMovingEventArgs e

    OnRowsRemoved(GridRangeRemovedEventArgs)

    See RowsRemoved in the GridModel class for information.

    Declaration
    void OnRowsRemoved(GridRangeRemovedEventArgs e)
    Parameters
    Type Name Description
    GridRangeRemovedEventArgs e

    OnRowsRemoving(GridRangeRemovingEventArgs)

    See RowsRemoving in the GridModel class for information.

    Declaration
    void OnRowsRemoving(GridRangeRemovingEventArgs e)
    Parameters
    Type Name Description
    GridRangeRemovingEventArgs e

    OnSaveCellFormattedText(GridCellTextEventArgs)

    See SaveCellFormattedText in the GridModel class for information.

    Declaration
    void OnSaveCellFormattedText(GridCellTextEventArgs e)
    Parameters
    Type Name Description
    GridCellTextEventArgs e

    OnSaveCellFormattedText(GridOleDropAtRowColEventArgs)

    See SaveCellFormattedText in the GridModel class for information.

    Declaration
    void OnSaveCellFormattedText(GridOleDropAtRowColEventArgs e)
    Parameters
    Type Name Description
    GridOleDropAtRowColEventArgs e

    OnSaveCellInfo(GridSaveCellInfoEventArgs)

    See SaveCellInfo in the GridModel class for information.

    Declaration
    void OnSaveCellInfo(GridSaveCellInfoEventArgs e)
    Parameters
    Type Name Description
    GridSaveCellInfoEventArgs e

    OnSaveCellText(GridCellTextEventArgs)

    See SaveCellText in the GridModel class for information.

    Declaration
    void OnSaveCellText(GridCellTextEventArgs e)
    Parameters
    Type Name Description
    GridCellTextEventArgs e

    OnSaveColCount(GridRowColCountEventArgs)

    See SaveColCount in the GridModel class for information.

    Declaration
    void OnSaveColCount(GridRowColCountEventArgs e)
    Parameters
    Type Name Description
    GridRowColCountEventArgs e

    OnSaveColWidth(GridRowColSizeEventArgs)

    See SaveColWidth in the GridModel class for information.

    Declaration
    void OnSaveColWidth(GridRowColSizeEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeEventArgs e

    OnSaveHideCol(GridRowColHideEventArgs)

    See Syncfusion.Windows.Forms.Grid.GridModel.SaveHideCol in the GridModel class for information.

    Declaration
    void OnSaveHideCol(GridRowColHideEventArgs e)
    Parameters
    Type Name Description
    GridRowColHideEventArgs e

    OnSaveHideRow(GridRowColHideEventArgs)

    See Syncfusion.Windows.Forms.Grid.GridModel.SaveHideRow in the GridModel class for information.

    Declaration
    void OnSaveHideRow(GridRowColHideEventArgs e)
    Parameters
    Type Name Description
    GridRowColHideEventArgs e

    OnSaveRowCount(GridRowColCountEventArgs)

    See SaveRowCount in the GridModel class for information.

    Declaration
    void OnSaveRowCount(GridRowColCountEventArgs e)
    Parameters
    Type Name Description
    GridRowColCountEventArgs e

    OnSaveRowHeight(GridRowColSizeEventArgs)

    See SaveRowHeight in the GridModel class for information.

    Declaration
    void OnSaveRowHeight(GridRowColSizeEventArgs e)
    Parameters
    Type Name Description
    GridRowColSizeEventArgs e

    OnSelectionChanged(GridSelectionChangedEventArgs)

    See SelectionChanged in the GridModel class for information.

    Declaration
    void OnSelectionChanged(GridSelectionChangedEventArgs e)
    Parameters
    Type Name Description
    GridSelectionChangedEventArgs e

    OnSelectionChanging(GridSelectionChangingEventArgs)

    See SelectionChanging in the GridModel class for information.

    Declaration
    void OnSelectionChanging(GridSelectionChangingEventArgs e)
    Parameters
    Type Name Description
    GridSelectionChangingEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved