DataRowChangeEventArgs.Action プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataRowChangeEventArgs.Action プロパティの意味・解説 

DataRowChangeEventArgs.Action プロパティ

DataRow で実行されアクション取得します

名前空間: System.Data
アセンブリ: System.Data (system.data.dll 内)
構文構文

Dim instance As DataRowChangeEventArgs
Dim value As DataRowAction

value = instance.Action
public DataRowAction Action { get; }
public:
property DataRowAction Action {
    DataRowAction get ();
}
/** @property */
public DataRowAction get_Action ()

プロパティ
DataRowAction 値の 1 つ

使用例使用例

DataRowChangeEventHandler とプロシージャ追加して、行が変更されたときにイベント処理する例を次に示します

Private dataTable As DataTable

Private Sub [AddHandler]()
   dataTable = CType(DataGrid1.DataSource, DataTable)
   AddHandler dataTable.RowChanged, AddressOf
 Me.dataTable_Changed
End Sub

Private Sub dataTable_Changed _
(ByVal sender As System.Object, ByVal
 e As System.Data.DataRowChangeEventArgs)
   Console.WriteLine("Row Changed", e.Action, e.Row.Item(DataGrid1.CurrentCell.ColumnNumber))
End Sub
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataRowChangeEventArgs クラス
DataRowChangeEventArgs メンバ
System.Data 名前空間
OnRowChanged
OnRowChanging
OnRowDeleting
DataRow クラス
DataRowAction 列挙
DataRowChangeEventHandler
OnRowDeleted
DataTable



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DataRowChangeEventArgs.Action プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataRowChangeEventArgs.Action プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS