バージョン

SelectedRowEventArgs コンストラクタ

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

パラメータ

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