ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateEventArgs Class / NewValues Property

In This Topic
    NewValues Property (C1GridViewUpdateEventArgs)
    In This Topic
    Gets a dictionary containing the revised values of the non-key field name/value pairs in the row to update.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewValues As System.Collections.Specialized.IOrderedDictionary
    public System.Collections.Specialized.IOrderedDictionary NewValues {get;}
    See Also