Implements the collection of Appointment objects. Contains mechanism to informt the parent whenever any object in the collection changes.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public class AppointmentsCollection : CollectionBase, 
	INotifyPropertyChanged
Visual Basic (Declaration)
Public Class AppointmentsCollection _
	Inherits CollectionBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class AppointmentsCollection : public CollectionBase, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    BeeMobile.MonthCalendar..::.AppointmentsCollection

See Also