バージョン

SelectedCellEventArgs コンストラクタ

SelectedCellEventArgs のインスタンスを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal previousSelectedCells As SelectedCellCollection, _
   ByVal currentSelectedCells As SelectedCellCollection _
)

パラメータ

previousSelectedCells
サーバーへの最後のポストの前に選択された選択セルのコレクション。
currentSelectedCells
最後のポストの後にクライアントで選択された選択セルのコレクション。
参照