Search
NotifyCollectionChangedEventArgs(T).NewItems Property
See Also
 





Gets the list of new items involved in the change.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T[] NewItems { get; set; }

Visual Basic  Copy Code

Public Property NewItems As T()

 Property Value

 See Also