[]
Represents the event data for the Changed event of the axis model for the sheet.
public class SheetAxisModelEventArgs : EventArgs
Public Class SheetAxisModelEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetAxisModelEventArgs(int, int, SheetAxisModelEventType) | Creates a new Changed event arguments object for the axis model of the sheet. |
Name | Description |
---|---|
Count | Gets the number of items being affected. |
Index | Gets the index where the event happens. |
Type | Gets the event type. |
Name | Description |
---|---|
ToString() | Gets the string representation of the event. |