Gets the list of items affected by a Replace, Remove, or Reset action.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public T[] OldItems { get; set; } |
Visual Basic Copy Code |
---|
Public Property OldItems As T() |
A list with the items removed from the collection. This can be null (Nothing in Visual Basic).