ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumnChangeEventArgs Class / NewValue Property

In This Topic
    NewValue Property
    In This Topic
    Gets or sets a new proposed value for the C1ViewColumn which is being changed.
    Syntax
    'Declaration
     
    Public Property NewValue As System.Object
    public System.object NewValue {get; set;}
    Remarks
    If another value is assigned to this property in the C1DataViewSet.ColumnChanging event handler then this value becomes a new value of a column.
    See Also