MCalChangeCallBack Class Reference

#include <app/calchangecallback.h>

Link against: calendarservice.lib

class MCalChangeCallBack

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

Instance view entry type Deprecated

EnumeratorValueDescription
EChangeEntryTodo

Entry type is todo

EChangeEntryEvent

Entry type is event

EChangeEntryAll

All entry types

Enum TChangeType

Instance view change type Deprecated

EnumeratorValueDescription
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 )

voidCalChangeNotification(TChangeEntryTypeaChangeEntryType)[pure virtual]

A call back function for change notification

ParameterDescription
aChangeEntryTypeFilters notifications to only notify about entries of this type (event/todo/all).