[]
Represents the event data for the Changing event of the axis model for the sheet.
public class SheetAxisModelChangingEventArgs : SheetAxisModelEventArgs
Public Class SheetAxisModelChangingEventArgs
Inherits SheetAxisModelEventArgs
| Name | Description |
|---|---|
| SheetAxisModelChangingEventArgs(int, int, SheetAxisModelEventType, bool) | Initializes a new instance of the SheetAxisModelChangingEventArgs class. |
| SheetAxisModelChangingEventArgs(int, int, SheetAxisModelEventType, int, int, bool, bool) | Creates a new Changing event arguments object for the axis model of the sheet. |
| Name | Description |
|---|---|
| CurrentSize | Gets the current value of the Axis instance's Size property. |
| CurrentVisible | Gets the current value of the Axis instance's Visible property. |
| LayoutChanged | Gets a value that indicates whether the row layout or column layout has changed. |
| NewSize | Gets the current value of the Axis instance's Size property. |
| NewVisible | Gets the new value of the Axis instance's Visible property. |