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

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

    Property Value

    The new list.
    See Also