Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / CommitChangesEventsArgs Class / OldList Property

In This Topic
    OldList Property (CommitChangesEventsArgs)
    In This Topic
    Gets or sets the list of items before committing the changes.
    Syntax
    'Declaration
     
    
    Public Property OldList As IList
    public IList OldList {get; set;}

    Property Value

    The old list.
    See Also