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

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