[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetAxisModelChangingEventArgs.-ctor

SheetAxisModelChangingEventArgs Constructor

SheetAxisModelChangingEventArgs(int, int, SheetAxisModelEventType, int, int, bool, bool)

Creates a new Changing event arguments object for the axis model of the sheet.

Declaration
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)
Parameters
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

SheetAxisModelChangingEventArgs(int, int, SheetAxisModelEventType, bool)

Initializes a new instance of the SheetAxisModelChangingEventArgs class.

Declaration
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)
Parameters
Type Name Description
int index

The index.

int count

The count.

SheetAxisModelEventType type

The type.

bool layoutChanged

if set to true layout has changed.