[]
Raises the Changing event.
protected virtual void FireChanging(int index, int count, SheetAxisModelEventType type, int currentSize, int newSize, bool currentVisible, bool newVisible)
Protected Overridable Sub FireChanging(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 that indicates whether the current value is visible. |
bool | newVisible | The value that indicates whether the new value is visible |
Raises the Changing event.
protected virtual void FireChanging(int index, int count, SheetAxisModelEventType type, bool layoutChanged)
Protected Overridable Sub FireChanging(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 |