'Declaration
Public Enum SheetAxisModelEventType Inherits System.Enum
'Usage
Dim instance As SheetAxisModelEventType
public enum SheetAxisModelEventType : System.Enum
'Declaration
Public Enum SheetAxisModelEventType Inherits System.Enum
'Usage
Dim instance As SheetAxisModelEventType
public enum SheetAxisModelEventType : System.Enum
Member | Description |
---|---|
AppearanceItemsUpdated | Indicates that items have changed in a way that does not affect the layout (for example, the label or the sort indicator has changed) |
ItemsAdded | Indicates that items have been added to the model |
ItemsRemoved | Indicates that items have been removed from the model |
LayoutItemsUpdated | Indicates that items have changed in a way that may affect the layout (for example, the size or visible state has changed) |
ModelUpdated | Indicates that the entire model has changed |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.Model.SheetAxisModelEventType