Returns True if the todo item was cancelled.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool IsCancelled()
Visual Basic
Function IsCancelled As Boolean
Visual C++
bool IsCancelled()

Return Value

True if the todo was cancelled, False otherwise.

See Also