Determines whether or not the Event is actively displayed as an upcoming or occurred event.

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

Syntax

C#
public virtual bool IsActive()
Visual Basic
Public Overridable Function IsActive As Boolean
Visual C++
public:
virtual bool IsActive()

Return Value

True if the event has not been cancelled, False otherwise.

Implements

IEvent..::..IsActive()()()()

See Also