[]
Creates a new Changing event arguments object for the axis model of the sheet.
public SheetAxisModelChangingEventArgs(int index, int count, SheetAxisModelEventType type, int currentSize, int newSize, bool currentVisible, bool newVisible)
Public Sub New(index As Integer, count As Integer, type As SheetAxisModelEventType, currentSize As Integer, newSize As Integer, currentVisible As Boolean, newVisible As Boolean)
Type | Name | Description |
---|---|---|
int | index | The index where the event happens |
int | count | The number of items being affected |
SheetAxisModelEventType | type | The event type |
int | currentSize | The size of the current value. |
int | newSize | The size of the new value |
bool | currentVisible | The value indicates whether current value is visible. |
bool | newVisible | The value indicates whether new value is visible |
Initializes a new instance of the SheetAxisModelChangingEventArgs class.
public SheetAxisModelChangingEventArgs(int index, int count, SheetAxisModelEventType type, bool layoutChanged)
Public Sub New(index As Integer, count As Integer, type As SheetAxisModelEventType, layoutChanged As Boolean)
Type | Name | Description |
---|---|---|
int | index | The index. |
int | count | The count. |
SheetAxisModelEventType | type | The type. |
bool | layoutChanged | if set to |