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

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

IDataGridViewEditingControl.EditingControlValueChanged プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

編集コントロールの値と、そのコントロールホストしているセルの値とが異なかどうかを示す値を取得または設定します

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Property EditingControlValueChanged As Boolean
Dim instance As IDataGridViewEditingControl
Dim value As Boolean

value = instance.EditingControlValueChanged

instance.EditingControlValueChanged = value
bool EditingControlValueChanged { get; set;
 }
property bool EditingControlValueChanged {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_EditingControlValueChanged ()

/** @property */
void set_EditingControlValueChanged (boolean value)
function get EditingControlValueChanged ()
 : boolean

function set EditingControlValueChanged (value
 : boolean)

プロパティ
コントロールの値と、セルの値が異な場合trueそれ以外場合false

解説解説

EditingControlValueChanged プロパティは、ホストしているセルの状態が変更され、この値の変更反映するためにユーザー インターフェイス (UI) の更新が必要であることを示す場合に、true設定されます。更新後、所有しているセルまたはテーブルのこのプロパティfalseリセットされます。

実装時の注意 このプロパティ実装true返しても、表示される値が自動的に変更されるわけではありません。編集コントロールで値が変化した場合は、DataGridView.NotifyCurrentCellDirty メソッドtrue を渡すことによって、DataGridView に対して変更通知する必要があります

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IDataGridViewEditingControl インターフェイス
IDataGridViewEditingControl メンバ
System.Windows.Forms 名前空間
DataGridView クラス
IDataGridViewEditingControl.EditingControlFormattedValue プロパティ
GetEditingControlFormattedValue



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

辞書ショートカット

すべての辞書の索引

「IDataGridViewEditingControl.EditingControlValueChanged プロパティ」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS