[]
The ActionCollection is a collection of all Action objects that represents the reminders for all pending items.
public class ActionCollection : C1ObservableCollection<Action>, IList<Action>, ICollection<Action>, IList, ICollection, IReadOnlyList<Action>, IReadOnlyCollection<Action>, IEnumerable<Action>, IEnumerable, INotifyCollectionChanged, IDisposable
| Name | Description |
|---|---|
| ClearItems() | Overrides default behavior. |
| Dispose() | Releases all unmanaged resources. |
| InsertItem(int, Action) | Overrides default behavior. |
| RemoveItem(int) | Overrides default behavior. |