[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetAxisModel.FireChanging

FireChanging Method

FireChanging(int, int, SheetAxisModelEventType, int, int, bool, bool)

Raises the Changing event.

Declaration
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)
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 that indicates whether the current value is visible.

bool newVisible

The value that indicates whether the new value is visible

FireChanging(int, int, SheetAxisModelEventType, bool)

Raises the Changing event.

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