







|
| A Sandcastle Documented Class Library |
| Calendar..::..RemoveEvent Method |
| Calendar Class See Also Send Feedback |
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
