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

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