True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / BeforeColUpdateEventArgs Class / OldValue Property

In This Topic
    OldValue Property (BeforeColUpdateEventArgs)
    In This Topic
    Gets or sets the value of the original cell data.
    Syntax
    'Declaration
     
    Public Property OldValue As System.Object
    public System.object OldValue {get; set;}
    See Also