バージョン

ActiveCellEventArgs コンストラクタ

ActiveCellEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal previousActiveCell As GridRecordItem, _
   ByVal currentActiveCell As GridRecordItem _
)
public ActiveCellEventArgs( 
   GridRecordItem previousActiveCell,
   GridRecordItem currentActiveCell
)

パラメータ

previousActiveCell
前にアクティブだったセル。
currentActiveCell
新しいアクティブ セル。
参照