PowerTools SPREAD for Windows Forms 8.0J
FireChanging(Int32,Int32,SheetAxisModelEventType,Int32,Int32,Boolean,Boolean) メソッド


イベントが発生したインデックス。
影響を受ける項目の数。
イベントタイプ
現在のサイズ値。
新しいサイズ値。
現在の値が表示されるかどうかを示す値。
新しい値が表示されるかどうかを示す値
Changingイベントを発生させます。
構文
'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 _
) 
'使用法
 
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
)

パラメータ

index
イベントが発生したインデックス。
count
影響を受ける項目の数。
type
イベントタイプ
currentSize
現在のサイズ値。
newSize
新しいサイズ値。
currentVisible
現在の値が表示されるかどうかを示す値。
newVisible
新しい値が表示されるかどうかを示す値
参照

BaseSheetAxisModel クラス
BaseSheetAxisModel メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.