Location:
calchangecallback.h
class MCalChangeCallBack2;
A call back class for observing changes in the model view.
The call back returns an array containing information about at least one change to the database. The information includes the type of change and the identity of the item being changed.
A client will not be notified of a change if it is the source of the change.
Defined in MCalChangeCallBack2
:
CalChangeNotification()
, EChangeAdd
, EChangeDelete
, EChangeEntryAll
, EChangeEntryEvent
, EChangeEntryTodo
, EChangeModify
, EChangeUndefined
, TChangeEntryType
, TChangeType
virtual void CalChangeNotification(RArray< TCalChangeEntry > &aChangeItems)=0;
A call back function for change notification
|
TChangeType
Instance view change type
|
TChangeEntryType
Instance view entry type
|