The Reminder class represents an object which allows users to keep track
of upcoming appointments by scheduling a pop-up dialog box to appear at a given time.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public class Reminder : INotifyPropertyChanged |
| Visual Basic (Declaration) |
|---|
Public Class Reminder _ Implements INotifyPropertyChanged |