Events object
The Events collection holds the control's events/appointments. The Events collection can be accessed through the Events property of the control. The AddEvent event occurs once a new event is added to the Events collection. The RemoveEvent event occurs once an event is removed. The UpdateEvent event occurs once the margins of the event are updated. 

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

The Events collection supports the following properties and methods: 

NameDescription
AddAdds an Event object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in a collection.
ItemReturns a specific Event of the Events collection, giving its handle.
RemoveRemoves a specific member from the Events collection, giving its handle or reference.