CalendarEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [Calendar Web service].Calendar class.
The CalendarEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarEventReceiver | Creates an instance of the CalendarEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnChanged | A post-event handler the UpdateCalendars method. | |
OnChanging | A pre-event handler for the UpdateCalendars method. | |
OnCheckedIn | A post-event handler the CheckInCalendars method. | |
OnCheckedOut | A post-event handler the CheckOutCalendars method. | |
OnCheckingIn | A pre-event handler for the CheckInCalendars method. | |
OnCheckingOut | A pre-event handler for the CheckOutCalendars method. | |
OnCreated | A post-event handler the CreateCalendars method. | |
OnCreating | A pre-event handler for the CreateCalendars method. | |
OnDeleted | A post-event handler the DeleteCalendars method. | |
OnDeleting | A pre-event handler for the DeleteCalendars method. | |
ToString | (Inherited from Object.) |
Top