Spread Windows Forms 10.0 Product Documentation
FireChanging(Int32,Int32,SheetAxisModelEventType,Int32,Int32,Boolean,Boolean) Method


The index where the event happens
The number of items being affected
The event type
The size of the current value.
The size of the new value
The value that indicates whether the current value is visible.
The value that indicates whether the new value is visible
Raises the Changing event.
Syntax
'Declaration
 
Protected Overloads Overridable Sub FireChanging( _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal type As SheetAxisModelEventType, _
   ByVal currentSize As Integer, _
   ByVal newSize As Integer, _
   ByVal currentVisible As Boolean, _
   ByVal newVisible As Boolean _
) 
'Usage
 
Dim instance As BaseSheetAxisModel
Dim index As Integer
Dim count As Integer
Dim type As SheetAxisModelEventType
Dim currentSize As Integer
Dim newSize As Integer
Dim currentVisible As Boolean
Dim newVisible As Boolean
 
instance.FireChanging(index, count, type, currentSize, newSize, currentVisible, newVisible)
protected virtual void FireChanging( 
   int index,
   int count,
   SheetAxisModelEventType type,
   int currentSize,
   int newSize,
   bool currentVisible,
   bool newVisible
)

Parameters

index
The index where the event happens
count
The number of items being affected
type
The event type
currentSize
The size of the current value.
newSize
The size of the new value
currentVisible
The value that indicates whether the current value is visible.
newVisible
The value that indicates whether the new value is visible
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

BaseSheetAxisModel Class
BaseSheetAxisModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.