Gets the list of items affected by a Replace, Remove, or Reset action.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public T[] OldItems { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OldItems As T() |
The list of items removed from the collection, or null (Nothing in Visual Basic).
See Also