DataColumnChangeEventArgs.ProposedValue プロパティ

定義

列の提案された新しい値を取得または設定します。

public:
 property System::Object ^ ProposedValue { System::Object ^ get(); void set(System::Object ^ value); };
public object? ProposedValue { get; set; }
public object ProposedValue { get; set; }
member this.ProposedValue : obj with get, set
Public Property ProposedValue As Object

プロパティ値

Object型の提案値。

適用対象

こちらもご覧ください