GrapeCity SPREAD for Windows Forms 11.0J
ObjectChangedEventArgs コンストラクタ


オブジェクトが変更されたときに発生します。
構文
'Declaration
 
Public Function New( _
   ByVal oldLocator As CellRange, _
   ByVal newLocator As CellRange, _
   ByVal activeObject As Object _
)
'使用法
 
Dim oldLocator As CellRange
Dim newLocator As CellRange
Dim activeObject As Object
 
Dim instance As New ObjectChangedEventArgs(oldLocator, newLocator, activeObject)
public ObjectChangedEventArgs( 
   CellRange oldLocator,
   CellRange newLocator,
   object activeObject
)

パラメータ

oldLocator
newLocator
activeObject
参照

ObjectChangedEventArgs クラス
ObjectChangedEventArgs メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.