Gets the list of new items involved in the change.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public T[] NewItems { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NewItems As T() |
An array with the new items related to the action.
See Also