ComponentOne Scheduler for WinForms
ContactCollection Class
Members 

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : ContactCollection Class
The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
Object Model
ContactCollection Class
Syntax
'Declaration
 
Public Class ContactCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Contact)
   Implements INotifyCollectionChanged 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.ContactCollection

See Also

Reference

ContactCollection Members
C1.C1Schedule Namespace