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

適用於

另請參閱