FlexGrid for WinForms
GridChangedTypeEnum Enumeration



Specifies the type of change that occurred when the controls fires the C1FlexGridBase.GridChanged event.
Syntax
'Declaration
 
Public Enum GridChangedTypeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As GridChangedTypeEnum
public enum GridChangedTypeEnum : System.Enum 
public enum class GridChangedTypeEnum : public System.Enum 
Members
MemberDescription
AfterCollapseA tree node has just been collapsed or expanded.
AfterSelChangeThe selection has just changed.
BeforeCollapseA tree node is about to be collapsed or expanded.
BeforeSelChangeThe selection is about to change.
CellChangedThe value in a cell has changed.
ColAddedA column has been added to the grid.
ColMovedA column has been moved into a new position.
ColRemovedA column has been removed from the grid.
ColSelectedA column has been selected or de-selected.
EnsureVisibleA tree node will be scrolled into view.
GridChangedThe number of grid rows or columns has changed.
LayoutChangedThe number of fixed grid rows or columns has changed.
NoneNo action.
RepaintGridThe grid has been invalidated and will be repainted.
RepaintRangeA range has been invalidated and will be repainted.
RowAddedA row has been added to the grid.
RowMovedA row has been moved into a new position.
RowRemovedA row has been removed from the grid.
RowSelectedA row has been selected or de-selected.
SelectA tree node will be selected.
StyleAppliedA style has been applied to a range.
StyleChangedA style definition has changed.
UpdateThe grid will be repainted.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.GridChangedTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback