The ActionCollection is a collection of all Action objects
that represents the reminders for all pending items.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class ActionCollection : C1ObservableCollection<Action>, IDisposable |
Visual Basic (Declaration) |
---|
Public Class ActionCollection _ Inherits C1ObservableCollection(Of Action) _ Implements IDisposable |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Action>)>)>
C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Action>)>)>
C1.C1Schedule..::..ActionCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'Action>)>)>
C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Action>)>)>
C1.C1Schedule..::..ActionCollection