Gets the resources previously associated with the modified item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection<Resource> OldResources { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OldResources As ResourceCollection(Of Resource) |
A ResourceCollection containing the resources the modified item was previously associated with.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |