ListViewUpdatedEventArgs(Int32, Exception) コンストラクター

定義

ListViewUpdatedEventArgs クラスの新しいインスタンスを初期化します。

public:
 ListViewUpdatedEventArgs(int affectedRows, Exception ^ exception);
public ListViewUpdatedEventArgs (int affectedRows, Exception exception);
new System.Web.UI.WebControls.ListViewUpdatedEventArgs : int * Exception -> System.Web.UI.WebControls.ListViewUpdatedEventArgs
Public Sub New (affectedRows As Integer, exception As Exception)

パラメーター

affectedRows
Int32

更新操作の影響を受けた行の数。

exception
Exception

更新操作が実行されたときに発生した例外。 例外が発生していない場合は、null を使用します。

注釈

クラスの新しいインスタンスを初期化するには、このコンストラクターを ListViewUpdatedEventArgs 使用します。

Note

このコンストラクターは、主にコントロール開発者がイベントを発生させるときに使用されます。

ListViewUpdatedEventArgs クラスのインスタンスのプロパティの初期値を次の表に示します。

プロパティ 初期値
AffectedRows affectedRows パラメーターの値。
Exception System.Exceptionパラメーターに含まれる e オブジェクト。
ExceptionHandled false.
KeepInEditMode false.

適用対象

こちらもご覧ください