DataColumnChangeEventArgs.ProposedValue Property

Definition

Gets or sets the proposed new value for the column.

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

Property Value

The proposed value, of type Object.

Applies to

See also