Spread Windows Forms 6.0 Product Documentation
SheetAxisModelChangingEventArgs Constructor(Int32,Int32,SheetAxisModelEventType,Int32,Int32,Boolean,Boolean)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > SheetAxisModelChangingEventArgs Class > SheetAxisModelChangingEventArgs Constructor : SheetAxisModelChangingEventArgs Constructor(Int32,Int32,SheetAxisModelEventType,Int32,Int32,Boolean,Boolean)


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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   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 _
)
Visual Basic (Usage)Copy Code
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
 
Dim instance As New SheetAxisModelChangingEventArgs(index, count, type, currentSize, newSize, currentVisible, newVisible)
C# 
public SheetAxisModelChangingEventArgs( 
   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 current value.
newSize
The size of new value
currentVisible
The value indicates whether current value is visible.
newVisible
The value indicates whether new value is visible

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.