|
||
Interface status: | deprecated |
class MCalChangeCallBack;
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.
Defined in MCalChangeCallBack
:
CalChangeNotification(TChangeEntryType)
A call back function for change notification EChangeAdd
Entries are added EChangeDelete
Entries are deleted EChangeEntryAll
All entry types EChangeEntryEvent
Entry type is event EChangeEntryTodo
Entry type is todo EChangeModify
Entries are modified EChangeOverflowError
Entries cause overflow error EChangeUndefined
Undefined entries TChangeEntryType
Instance view entry type TChangeType
Instance view change type Interface status: | deprecated | Inherited from: MCalChangeCallBack |
virtual void CalChangeNotification(TChangeEntryType aChangeEntryType)=0;
A call back function for change notification
|
Interface status: | deprecated |
TChangeType
Instance view change type
|
Interface status: | deprecated |
TChangeEntryType
Instance view entry type
|