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

In This Topic
    NewValues Property (C1GridViewUpdatedEventArgs)
    In This Topic
    Gets a dictionary that contains the new field name/value pairs for the updated record.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewValues As System.Collections.Specialized.IOrderedDictionary
    public System.Collections.Specialized.IOrderedDictionary NewValues {get;}
    See Also