Gets the list of new items involved in the change.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public T[] NewItems { get; set; } |
Visual Basic Copy Code |
---|
Public Property NewItems As T() |
A list with the new items added to the collection. This can be null.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |