True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid 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