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.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class Reminder : INotifyPropertyChanged
Visual Basic
Public Class Reminder _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..Reminder

See Also