OldList Property (PropertyCommitChangesEventsArgs)
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