The following screen shot shows the schedule view, which displaying the Events of the control:

The Events collection supports the following properties and methods:


| Name | Description | |||
| Add | Adds an Event object to the collection and returns a reference to the newly created object. | |||
| Clear | Removes all objects in a collection. | |||
| Count | Returns the number of objects in a collection. | |||
| Item | Returns a specific Event of the Events collection, giving its handle. | |||
| Remove | Removes a specific member from the Events collection, giving its handle or reference. |