ComponentOne List for WinForms
C1.Win.C1List 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 String
    public string OldValue {get; set;}
    See Also