Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
The following tables list the members exposed by ReminderCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Dispose | Releases all unmanaged resources. | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
UpdateAll | Updates all reminders. |
Name | Description | |
---|---|---|
ClearItems | Overridden. Overrides default behavior. | |
InsertItem | Overridden. Overrides default behavior. | |
OnCollectionChanged | (Inherited from C1.Schedule.C1ObservableCollection<Reminder>) | |
RemoveItem | Overridden. Overrides default behavior. | |
SetItem | Overridden. Overrides default behavior. |
Name | Description | |
---|---|---|
ReminderAdd | Occurs after a reminder is added. | |
ReminderChange | Occurs after a reminder has been modified. | |
ReminderFire | Occurs before the reminder is executed. | |
ReminderRemove | Occurs when a Reminder object has been removed from the collection. | |
ReminderSnooze | Occurs when a reminder is dismissed using the Snooze button. |