ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateEventArgs Class / OldValues Property

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