RemoveEvent Method

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Removes an event from the calendar

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RemoveEvent(
	IEvent calendarEvent
)
Visual Basic
Public Sub RemoveEvent ( _
	calendarEvent As IEvent _
)
Visual C++
public:
void RemoveEvent(
	IEvent^ calendarEvent
)

Parameters

calendarEvent
Type: Calendar.NET..::..IEvent
The IEvent to remove to the calendar

See Also