Gets the list of items affected by a Replace, Remove, or Reset action.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public T[] OldItems { get; set; } |
Visual Basic Copy Code |
---|
Public Property OldItems As T() |
An array with the old items related with the action.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |