MCalChangeCallBack Class Reference
#include
<app/calchangecallback.h>
Link against: calendarservice.lib
Detailed Description
A call back class for observing changes in the model view.
A client will not be notified of a change if it is the source of the change.
Deprecated
Member Enumeration Documentation
Enum TChangeEntryType
Enumerator | Value | Description |
---|
EChangeEntryTodo | |
Entry type is todo
|
EChangeEntryEvent | |
Entry type is event
|
EChangeEntryAll | |
All entry types
|
Enum TChangeType
Enumerator | Value | Description |
---|
EChangeAdd | |
Entries are added
|
EChangeDelete | |
Entries are deleted
|
EChangeModify | |
Entries are modified
|
EChangeUndefined | |
Undefined entries
|
EChangeOverflowError | |
Entries cause overflow error
|
Member Function Documentation
CalChangeNotification ( TChangeEntryType )
A call back function for change notification
Parameter | Description | aChangeEntryType | Filters notifications to only notify about entries of this type (event/todo/all). |