[]
Specifies the type of Change event that has occurred for an axis model for the sheet.
public enum SheetAxisModelEventType
Public Enum SheetAxisModelEventType
Name | 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 |